Html Css Color HEX #4FE5CE Turquoise

📋 copy color: '#4FE5CE'

red 79 ◦ green 229 ◦ blue 206

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

Shades of Turquoise #4FE5CE

Tints of Turquoise #4FE5CE

RGB

 RED value IS 79 (31.25% from 255) = 15.37%

 GREEN value IS 229 (89.84% from 255) = 44.55%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 15.37%
G = 44.55%
B = 40.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#4FE5CE (or 0x4FE5CE) is known color: Turquoise. HEX triplet: 4F, E5 and CE. RGB value is (79,229,206). Sum of RGB (Red+Green+Blue) = 79+229+206=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE5CE is #B01A31. Grayscale: #B5B5B5. Windows color (decimal): -11541042 or 13559119. OLE color: 13559119.

HSL color Cylindrical-coordinate representation of color #4FE5CE: hue angle of 170.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE5CE is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 229 206 -
CMYK 0.66 0 0.10 0.10
HSL 170.8º 0.74% 0.6% -
HSV(B) 170.8º 0.66% 0.9% -
XYZ 42.38 62.16 68.16 -
YUV 181.53 141.81 54.87 -
System Red Green Blue C M Y K H S L
Decimal 79 229 206 0.66 0 0.10 0.10 170.8 0.74 0.6
Hex 4F E5 CE 42 0 A A AB 4A 3C
Octal 117 345 316 102 0 12 12 253 112 74
Binary 1001111 11100101 11001110 1000010 0 1010 1010 10101011 1001010 111100

Color Harmonies of #4FE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE5CE

Black with #4FE5CE

Text Example


Text Example

White with #4FE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FE5CE; }

 p { color: rgb(79,229,206); }

 H1.HeaderClassName
 {
   color: #4FE5CE;
 }
 .AnyTagClassName
 {
   color: #4FE5CE;
 }
</style>

background-color css

<style>
 a { background-color: #4FE5CE; }

 a { background-color: rgb(79,229,206); }

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

border-color css

<style>
 span { border-color: #4FE5CE; }

 span { border-color: rgb(79,229,206); }

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