Html Css Color HEX #04DFCB Dark Turquoise

📋 copy color: '#04DFCB'

red 4 ◦ green 223 ◦ blue 203

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

Shades of Dark Turquoise #04DFCB

Tints of Dark Turquoise #04DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.86%

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

R = 0.93%
G = 51.86%
B = 47.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#04DFCB (or 0x04DFCB) is known color: Dark Turquoise. HEX triplet: 04, DF and CB. RGB value is (4,223,203). Sum of RGB (Red+Green+Blue) = 4+223+203=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFCB is #FB2034. Grayscale: #9B9B9B. Windows color (decimal): -16457781 or 13360900. OLE color: 13360900.

HSL color Cylindrical-coordinate representation of color #04DFCB: hue angle of 174.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFCB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 223 203 -
CMYK 0.98 0 0.09 0.13
HSL 174.52º 0.96% 0.45% -
HSV(B) 174.52º 0.98% 0.87% -
XYZ 37.22 57.11 65.56 -
YUV 155.24 154.95 20.13 -
System Red Green Blue C M Y K H S L
Decimal 4 223 203 0.98 0 0.09 0.13 174.52 0.96 0.45
Hex 4 DF CB 62 0 9 D AF 60 2D
Octal 4 337 313 142 0 11 15 257 140 55
Binary 100 11011111 11001011 1100010 0 1001 1101 10101111 1100000 101101

Color Harmonies of #04DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFCB

Black with #04DFCB

Text Example


Text Example

White with #04DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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