#04DCDD

Color #04DCDD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #04DCDD

Tints of Bright Turquoise #04DCDD

Color information

#04DCDD (or 0x04DCDD) is unknown color: approx Bright Turquoise. HEX triplet: 04, DC and DD. RGB value is (4,220,221). Sum of RGB (Red+Green+Blue) = 4+220+221=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #04DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCDD is #FB2322. Grayscale: #9B9B9B. Windows color (decimal): -16458531 or 14539780. OLE color: 14539780.

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

Color convert

RGB4220221-
CMYK0.980.0000.13
HSL180.28º96.44%44.12%-
HSV(B)180.28º98.19%86.67%-
XYZ38.6956.4377.26-
YUV155.53164.9419.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.90%
GREEN value IS 220 (86.33% from 255) = 49.44%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=0.90%
G=49.44%
B=49.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42202210.980.0000.13180.2896.4444.12
Hex4DCDD6200Db4602c
Octal4334335142001526414054
Binary10011011100110111011100010001101101101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DCDD;
 }
 .AnyTagClassName
 {
   color: #04DCDD;
 }
</style>
background-color css

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

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

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

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

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

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