Html Css Color HEX #4CEECC Turquoise

📋 copy color: '#4CEECC'

red 76 ◦ green 238 ◦ blue 204

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

Shades of Turquoise #4CEECC

Tints of Turquoise #4CEECC

RGB

 RED value IS 76 (30.08% from 255) = 14.67%

 GREEN value IS 238 (93.36% from 255) = 45.95%

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

R = 14.67%
G = 45.95%
B = 39.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4CEECC (or 0x4CEECC) is known color: Turquoise. HEX triplet: 4C, EE and CC. RGB value is (76,238,204). Sum of RGB (Red+Green+Blue) = 76+238+204=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEECC is #B31133. Grayscale: #B9B9B9. Windows color (decimal): -11735348 or 13430348. OLE color: 13430348.

HSL color Cylindrical-coordinate representation of color #4CEECC: hue angle of 167.41º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEECC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 238 204 -
CMYK 0.68 0 0.14 0.07
HSL 167.41º 0.83% 0.62% -
HSV(B) 167.41º 0.68% 0.93% -
XYZ 44.45 67.05 67.72 -
YUV 185.69 138.33 49.76 -
System Red Green Blue C M Y K H S L
Decimal 76 238 204 0.68 0 0.14 0.07 167.41 0.83 0.62
Hex 4C EE CC 44 0 E 7 A7 53 3E
Octal 114 356 314 104 0 16 7 247 123 76
Binary 1001100 11101110 11001100 1000100 0 1110 111 10100111 1010011 111110

Color Harmonies of #4CEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEECC

Black with #4CEECC

Text Example


Text Example

White with #4CEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,238,204); }

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

background-color css

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

 a { background-color: rgb(76,238,204); }

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

border-color css

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

 span { border-color: rgb(76,238,204); }

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