Html Css Color HEX #04CCDD Dark Turquoise

📋 copy color: '#04CCDD'

red 4 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #04CCDD

Tints of Dark Turquoise #04CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 0.93%
G = 47.55%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04CCDD (or 0x04CCDD) is known color: Dark Turquoise. HEX triplet: 04, CC and DD. RGB value is (4,204,221). Sum of RGB (Red+Green+Blue) = 4+204+221=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #04CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDD is #FB3322. Grayscale: #919191. Windows color (decimal): -16462627 or 14535684. OLE color: 14535684.

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

Color convert

RGB 4 204 221 -
CMYK 0.98 0.08 0 0.13
HSL 184.7º 0.96% 0.44% -
HSV(B) 184.7º 0.98% 0.87% -
XYZ 34.69 48.43 75.93 -
YUV 146.14 170.24 26.62 -
System Red Green Blue C M Y K H S L
Decimal 4 204 221 0.98 0.08 0 0.13 184.7 0.96 0.44
Hex 4 CC DD 62 8 0 D B9 60 2C
Octal 4 314 335 142 10 0 15 271 140 54
Binary 100 11001100 11011101 1100010 1000 0 1101 10111001 1100000 101100

Color Harmonies of #04CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCDD

Black with #04CCDD

Text Example


Text Example

White with #04CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,221); }

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

background-color css

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

 a { background-color: rgb(4,204,221); }

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

border-color css

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

 span { border-color: rgb(4,204,221); }

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