Html Css Color HEX #04C0DB Dark Turquoise

📋 copy color: '#04C0DB'

red 4 ◦ green 192 ◦ blue 219

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

Shades of Dark Turquoise #04C0DB

Tints of Dark Turquoise #04C0DB

RGB

 RED value IS 4 (1.95% from 255) = 0.96%

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 0.96%
G = 46.27%
B = 52.77%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04C0DB (or 0x04C0DB) is known color: Dark Turquoise. HEX triplet: 04, C0 and DB. RGB value is (4,192,219). Sum of RGB (Red+Green+Blue) = 4+192+219=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #04C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0DB is #FB3F24. Grayscale: #8A8A8A. Windows color (decimal): -16465701 or 14401540. OLE color: 14401540.

HSL color Cylindrical-coordinate representation of color #04C0DB: hue angle of 187.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0DB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 192 219 -
CMYK 0.98 0.12 0 0.14
HSL 187.53º 0.96% 0.44% -
HSV(B) 187.53º 0.98% 0.86% -
XYZ 31.69 42.84 73.62 -
YUV 138.87 173.22 31.8 -
System Red Green Blue C M Y K H S L
Decimal 4 192 219 0.98 0.12 0 0.14 187.53 0.96 0.44
Hex 4 C0 DB 62 C 0 E BC 60 2C
Octal 4 300 333 142 14 0 16 274 140 54
Binary 100 11000000 11011011 1100010 1100 0 1110 10111100 1100000 101100

Color Harmonies of #04C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C0DB

Black with #04C0DB

Text Example


Text Example

White with #04C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C0DB; }

 p { color: rgb(4,192,219); }

 H1.HeaderClassName
 {
   color: #04C0DB;
 }
 .AnyTagClassName
 {
   color: #04C0DB;
 }
</style>

background-color css

<style>
 a { background-color: #04C0DB; }

 a { background-color: rgb(4,192,219); }

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

border-color css

<style>
 span { border-color: #04C0DB; }

 span { border-color: rgb(4,192,219); }

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