Html Css Color HEX #04CCCF Dark Turquoise

📋 copy color: '#04CCCF'

red 4 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #04CCCF

Tints of Dark Turquoise #04CCCF

RGB

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

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

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

R = 0.96%
G = 49.16%
B = 49.88%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04CCCF (or 0x04CCCF) is known color: Dark Turquoise. HEX triplet: 04, CC and CF. RGB value is (4,204,207). Sum of RGB (Red+Green+Blue) = 4+204+207=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #04CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCCF is #FB3330. Grayscale: #909090. Windows color (decimal): -16462641 or 13618180. OLE color: 13618180.

HSL color Cylindrical-coordinate representation of color #04CCCF: hue angle of 180.89º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCCF is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 204 207 -
CMYK 0.98 0.01 0 0.19
HSL 180.89º 0.96% 0.41% -
HSV(B) 180.89º 0.98% 0.81% -
XYZ 32.91 47.72 66.51 -
YUV 144.54 163.24 27.76 -
System Red Green Blue C M Y K H S L
Decimal 4 204 207 0.98 0.01 0 0.19 180.89 0.96 0.41
Hex 4 CC CF 62 1 0 13 B5 60 29
Octal 4 314 317 142 1 0 23 265 140 51
Binary 100 11001100 11001111 1100010 1 0 10011 10110101 1100000 101001

Color Harmonies of #04CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCCF

Black with #04CCCF

Text Example


Text Example

White with #04CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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