Html Css Color HEX #04DCCB Dark Turquoise

📋 copy color: '#04DCCB'

red 4 ◦ green 220 ◦ blue 203

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

Shades of Dark Turquoise #04DCCB

Tints of Dark Turquoise #04DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.52%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 0.94%
G = 51.52%
B = 47.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#04DCCB (or 0x04DCCB) is known color: Dark Turquoise. HEX triplet: 04, DC and CB. RGB value is (4,220,203). Sum of RGB (Red+Green+Blue) = 4+220+203=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCCB is #FB2334. Grayscale: #999999. Windows color (decimal): -16458549 or 13360132. OLE color: 13360132.

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

Color convert

RGB 4 220 203 -
CMYK 0.98 0 0.08 0.14
HSL 175.28º 0.96% 0.44% -
HSV(B) 175.28º 0.98% 0.86% -
XYZ 36.42 55.52 65.3 -
YUV 153.48 155.94 21.38 -
System Red Green Blue C M Y K H S L
Decimal 4 220 203 0.98 0 0.08 0.14 175.28 0.96 0.44
Hex 4 DC CB 62 0 8 E AF 60 2C
Octal 4 334 313 142 0 10 16 257 140 54
Binary 100 11011100 11001011 1100010 0 1000 1110 10101111 1100000 101100

Color Harmonies of #04DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCCB

Black with #04DCCB

Text Example


Text Example

White with #04DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,203); }

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

background-color css

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

 a { background-color: rgb(4,220,203); }

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

border-color css

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

 span { border-color: rgb(4,220,203); }

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