Html Css Color HEX #04DBCF Dark Turquoise

📋 copy color: '#04DBCF'

red 4 ◦ green 219 ◦ blue 207

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

Shades of Dark Turquoise #04DBCF

Tints of Dark Turquoise #04DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 0.93%
G = 50.93%
B = 48.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#04DBCF (or 0x04DBCF) is known color: Dark Turquoise. HEX triplet: 04, DB and CF. RGB value is (4,219,207). Sum of RGB (Red+Green+Blue) = 4+219+207=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DBCF is #FB2430. Grayscale: #999999. Windows color (decimal): -16458801 or 13622020. OLE color: 13622020.

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

Color convert

RGB 4 219 207 -
CMYK 0.98 0 0.05 0.14
HSL 176.65º 0.96% 0.44% -
HSV(B) 176.65º 0.98% 0.86% -
XYZ 36.64 55.19 67.75 -
YUV 153.35 158.27 21.48 -
System Red Green Blue C M Y K H S L
Decimal 4 219 207 0.98 0 0.05 0.14 176.65 0.96 0.44
Hex 4 DB CF 62 0 5 E B1 60 2C
Octal 4 333 317 142 0 5 16 261 140 54
Binary 100 11011011 11001111 1100010 0 101 1110 10110001 1100000 101100

Color Harmonies of #04DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBCF

Black with #04DBCF

Text Example


Text Example

White with #04DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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