Html Css Color HEX #4CF0DB Turquoise

📋 copy color: '#4CF0DB'

red 76 ◦ green 240 ◦ blue 219

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

Shades of Turquoise #4CF0DB

Tints of Turquoise #4CF0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 14.21%
G = 44.86%
B = 40.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#4CF0DB (or 0x4CF0DB) is known color: Turquoise. HEX triplet: 4C, F0 and DB. RGB value is (76,240,219). Sum of RGB (Red+Green+Blue) = 76+240+219=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0DB is #B30F24. Grayscale: #BCBCBC. Windows color (decimal): -11734821 or 14413900. OLE color: 14413900.

HSL color Cylindrical-coordinate representation of color #4CF0DB: hue angle of 172.32º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0DB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 240 219 -
CMYK 0.68 0 0.09 0.06
HSL 172.32º 0.85% 0.62% -
HSV(B) 172.32º 0.68% 0.94% -
XYZ 46.93 68.97 77.86 -
YUV 188.57 145.17 47.71 -
System Red Green Blue C M Y K H S L
Decimal 76 240 219 0.68 0 0.09 0.06 172.32 0.85 0.62
Hex 4C F0 DB 44 0 9 6 AC 55 3E
Octal 114 360 333 104 0 11 6 254 125 76
Binary 1001100 11110000 11011011 1000100 0 1001 110 10101100 1010101 111110

Color Harmonies of #4CF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF0DB

Black with #4CF0DB

Text Example


Text Example

White with #4CF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,219); }

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

background-color css

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

 a { background-color: rgb(76,240,219); }

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

border-color css

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

 span { border-color: rgb(76,240,219); }

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