Html Css Color HEX #4EF2CC Turquoise

📋 copy color: '#4EF2CC'

red 78 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #4EF2CC

Tints of Turquoise #4EF2CC

RGB

 RED value IS 78 (30.86% from 255) = 14.89%

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 14.89%
G = 46.18%
B = 38.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#4EF2CC (or 0x4EF2CC) is known color: Turquoise. HEX triplet: 4E, F2 and CC. RGB value is (78,242,204). Sum of RGB (Red+Green+Blue) = 78+242+204=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF2CC is #B10D33. Grayscale: #BCBCBC. Windows color (decimal): -11603252 or 13431374. OLE color: 13431374.

HSL color Cylindrical-coordinate representation of color #4EF2CC: hue angle of 166.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF2CC is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 242 204 -
CMYK 0.68 0 0.16 0.05
HSL 166.1º 0.86% 0.63% -
HSV(B) 166.1º 0.68% 0.95% -
XYZ 45.79 69.48 68.12 -
YUV 188.63 136.67 49.09 -
System Red Green Blue C M Y K H S L
Decimal 78 242 204 0.68 0 0.16 0.05 166.1 0.86 0.63
Hex 4E F2 CC 44 0 10 5 A6 56 3F
Octal 116 362 314 104 0 20 5 246 126 77
Binary 1001110 11110010 11001100 1000100 0 10000 101 10100110 1010110 111111

Color Harmonies of #4EF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF2CC

Black with #4EF2CC

Text Example


Text Example

White with #4EF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,242,204); }

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

background-color css

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

 a { background-color: rgb(78,242,204); }

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

border-color css

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

 span { border-color: rgb(78,242,204); }

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