Html Css Color HEX #4FE4CE Turquoise

📋 copy color: '#4FE4CE'

red 79 ◦ green 228 ◦ blue 206

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

Shades of Turquoise #4FE4CE

Tints of Turquoise #4FE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

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

R = 15.4%
G = 44.44%
B = 40.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#4FE4CE (or 0x4FE4CE) is known color: Turquoise. HEX triplet: 4F, E4 and CE. RGB value is (79,228,206). Sum of RGB (Red+Green+Blue) = 79+228+206=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE4CE is #B01B31. Grayscale: #B4B4B4. Windows color (decimal): -11541298 or 13558863. OLE color: 13558863.

HSL color Cylindrical-coordinate representation of color #4FE4CE: hue angle of 171.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE4CE is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 79 228 206 -
CMYK 0.65 0 0.10 0.11
HSL 171.14º 0.73% 0.6% -
HSV(B) 171.14º 0.65% 0.89% -
XYZ 42.11 61.61 68.06 -
YUV 180.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 79 228 206 0.65 0 0.10 0.11 171.14 0.73 0.6
Hex 4F E4 CE 41 0 A B AB 49 3C
Octal 117 344 316 101 0 12 13 253 111 74
Binary 1001111 11100100 11001110 1000001 0 1010 1011 10101011 1001001 111100

Color Harmonies of #4FE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE4CE

Black with #4FE4CE

Text Example


Text Example

White with #4FE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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