Html Css Color HEX #04DDD9 Bright Turquoise

📋 copy color: '#04DDD9'

red 4 ◦ green 221 ◦ blue 217

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

Shades of Bright Turquoise #04DDD9

Tints of Bright Turquoise #04DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 0.9%
G = 50%
B = 49.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#04DDD9 (or 0x04DDD9) is known color: Bright Turquoise. HEX triplet: 04, DD and D9. RGB value is (4,221,217). Sum of RGB (Red+Green+Blue) = 4+221+217=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDD9 is #FB2226. Grayscale: #9B9B9B. Windows color (decimal): -16458279 or 14277892. OLE color: 14277892.

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

Color convert

RGB 4 221 217 -
CMYK 0.98 0 0.02 0.13
HSL 178.89º 0.96% 0.44% -
HSV(B) 178.89º 0.98% 0.87% -
XYZ 38.43 56.75 74.57 -
YUV 155.66 162.61 19.83 -
System Red Green Blue C M Y K H S L
Decimal 4 221 217 0.98 0 0.02 0.13 178.89 0.96 0.44
Hex 4 DD D9 62 0 2 D B3 60 2C
Octal 4 335 331 142 0 2 15 263 140 54
Binary 100 11011101 11011001 1100010 0 10 1101 10110011 1100000 101100

Color Harmonies of #04DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDD9

Black with #04DDD9

Text Example


Text Example

White with #04DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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