Html Css Color HEX #4CEDD9 Turquoise

📋 copy color: '#4CEDD9'

red 76 ◦ green 237 ◦ blue 217

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

Shades of Turquoise #4CEDD9

Tints of Turquoise #4CEDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 14.34%
G = 44.72%
B = 40.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#4CEDD9 (or 0x4CEDD9) is known color: Turquoise. HEX triplet: 4C, ED and D9. RGB value is (76,237,217). Sum of RGB (Red+Green+Blue) = 76+237+217=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDD9 is #B31226. Grayscale: #BABABA. Windows color (decimal): -11735591 or 14282060. OLE color: 14282060.

HSL color Cylindrical-coordinate representation of color #4CEDD9: hue angle of 172.55º degrees, saturation: 0.82, 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 #4CEDD9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 237 217 -
CMYK 0.68 0 0.08 0.07
HSL 172.55º 0.82% 0.61% -
HSV(B) 172.55º 0.68% 0.93% -
XYZ 45.79 67.11 76.19 -
YUV 186.58 145.16 49.13 -
System Red Green Blue C M Y K H S L
Decimal 76 237 217 0.68 0 0.08 0.07 172.55 0.82 0.61
Hex 4C ED D9 44 0 8 7 AD 52 3D
Octal 114 355 331 104 0 10 7 255 122 75
Binary 1001100 11101101 11011001 1000100 0 1000 111 10101101 1010010 111101

Color Harmonies of #4CEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEDD9

Black with #4CEDD9

Text Example


Text Example

White with #4CEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,237,217); }

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

background-color css

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

 a { background-color: rgb(76,237,217); }

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

border-color css

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

 span { border-color: rgb(76,237,217); }

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