Html Css Color HEX #4CECCC Turquoise

📋 copy color: '#4CECCC'

red 76 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #4CECCC

Tints of Turquoise #4CECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.74%

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

R = 14.73%
G = 45.74%
B = 39.53%

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

#4CECCC (or 0x4CECCC) is known color: Turquoise. HEX triplet: 4C, EC and CC. RGB value is (76,236,204). Sum of RGB (Red+Green+Blue) = 76+236+204=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECCC is #B31333. Grayscale: #B8B8B8. Windows color (decimal): -11735860 or 13429836. OLE color: 13429836.

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

Color convert

RGB 76 236 204 -
CMYK 0.68 0 0.14 0.07
HSL 168º 0.81% 0.61% -
HSV(B) 168º 0.68% 0.93% -
XYZ 43.88 65.89 67.53 -
YUV 184.51 138.99 50.6 -
System Red Green Blue C M Y K H S L
Decimal 76 236 204 0.68 0 0.14 0.07 168 0.81 0.61
Hex 4C EC CC 44 0 E 7 A8 51 3D
Octal 114 354 314 104 0 16 7 250 121 75
Binary 1001100 11101100 11001100 1000100 0 1110 111 10101000 1010001 111101

Color Harmonies of #4CECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECCC

Black with #4CECCC

Text Example


Text Example

White with #4CECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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