Html Css Color HEX #04CCDE Dark Turquoise

📋 copy color: '#04CCDE'

red 4 ◦ green 204 ◦ blue 222

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

Shades of Dark Turquoise #04CCDE

Tints of Dark Turquoise #04CCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 0.93%
G = 47.44%
B = 51.63%

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

#04CCDE (or 0x04CCDE) is known color: Dark Turquoise. HEX triplet: 04, CC and DE. RGB value is (4,204,222). Sum of RGB (Red+Green+Blue) = 4+204+222=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #04CCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDE is #FB3321. Grayscale: #919191. Windows color (decimal): -16462626 or 14601220. OLE color: 14601220.

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

Color convert

RGB 4 204 222 -
CMYK 0.98 0.08 0 0.13
HSL 184.95º 0.96% 0.44% -
HSV(B) 184.95º 0.98% 0.87% -
XYZ 34.83 48.49 76.63 -
YUV 146.25 170.74 26.54 -
System Red Green Blue C M Y K H S L
Decimal 4 204 222 0.98 0.08 0 0.13 184.95 0.96 0.44
Hex 4 CC DE 62 8 0 D B9 60 2C
Octal 4 314 336 142 10 0 15 271 140 54
Binary 100 11001100 11011110 1100010 1000 0 1101 10111001 1100000 101100

Color Harmonies of #04CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCDE

Black with #04CCDE

Text Example


Text Example

White with #04CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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