Html Css Color HEX #5ACFC7 Medium Turquoise

📋 copy color: '#5ACFC7'

red 90 ◦ green 207 ◦ blue 199

#5ACFC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #5ACFC7

Tints of Medium Turquoise #5ACFC7

RGB

 RED value IS 90 (35.55% from 255) = 18.15%

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 18.15%
G = 41.73%
B = 40.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5ACFC7 (or 0x5ACFC7) is known color: Medium Turquoise. HEX triplet: 5A, CF and C7. RGB value is (90,207,199). Sum of RGB (Red+Green+Blue) = 90+207+199=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFC7 is #A53038. Grayscale: #ABABAB. Windows color (decimal): -10825785 or 13094746. OLE color: 13094746.

HSL color Cylindrical-coordinate representation of color #5ACFC7: hue angle of 175.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFC7 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 199 -
CMYK 0.57 0 0.04 0.19
HSL 175.9º 0.55% 0.58% -
HSV(B) 175.9º 0.57% 0.81% -
XYZ 36.84 50.92 61.92 -
YUV 171.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 90 207 199 0.57 0 0.04 0.19 175.9 0.55 0.58
Hex 5A CF C7 39 0 4 13 B0 37 3A
Octal 132 317 307 71 0 4 23 260 67 72
Binary 1011010 11001111 11000111 111001 0 100 10011 10110000 110111 111010

Color Harmonies of #5ACFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFC7

Black with #5ACFC7

Text Example


Text Example

White with #5ACFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACFC7; }

 p { color: rgb(90,207,199); }

 H1.HeaderClassName
 {
   color: #5ACFC7;
 }
 .AnyTagClassName
 {
   color: #5ACFC7;
 }
</style>

background-color css

<style>
 a { background-color: #5ACFC7; }

 a { background-color: rgb(90,207,199); }

 div.DivClassName
 {
   background-color: #5ACFC7;
 }
 .BgClassName
 {
   background-color: #5ACFC7;
 }
</style>

border-color css

<style>
 span { border-color: #5ACFC7; }

 span { border-color: rgb(90,207,199); }

 td.TdClassName
 {
   border-color: #5ACFC7;
 }
 .TagClassName
 {
   border-color: #5ACFC7;
 }
</style>