Html Css Color HEX #04C8DB Dark Turquoise

📋 copy color: '#04C8DB'

red 4 ◦ green 200 ◦ blue 219

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

Shades of Dark Turquoise #04C8DB

Tints of Dark Turquoise #04C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

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

R = 0.95%
G = 47.28%
B = 51.77%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04C8DB (or 0x04C8DB) is known color: Dark Turquoise. HEX triplet: 04, C8 and DB. RGB value is (4,200,219). Sum of RGB (Red+Green+Blue) = 4+200+219=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #04C8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C8DB is #FB3724. Grayscale: #8F8F8F. Windows color (decimal): -16463653 or 14403588. OLE color: 14403588.

HSL color Cylindrical-coordinate representation of color #04C8DB: hue angle of 185.3º 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 #04C8DB is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 200 219 -
CMYK 0.98 0.09 0 0.14
HSL 185.3º 0.96% 0.44% -
HSV(B) 185.3º 0.98% 0.86% -
XYZ 33.49 46.45 74.22 -
YUV 143.56 170.57 28.46 -
System Red Green Blue C M Y K H S L
Decimal 4 200 219 0.98 0.09 0 0.14 185.3 0.96 0.44
Hex 4 C8 DB 62 9 0 E B9 60 2C
Octal 4 310 333 142 11 0 16 271 140 54
Binary 100 11001000 11011011 1100010 1001 0 1110 10111001 1100000 101100

Color Harmonies of #04C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C8DB

Black with #04C8DB

Text Example


Text Example

White with #04C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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