Html Css Color HEX #04DDDC Bright Turquoise

📋 copy color: '#04DDDC'

red 4 ◦ green 221 ◦ blue 220

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

Shades of Bright Turquoise #04DDDC

Tints of Bright Turquoise #04DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 0.9%
G = 49.66%
B = 49.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 4 221 220 -
CMYK 0.98 0 0.00 0.13
HSL 179.72º 0.96% 0.44% -
HSV(B) 179.72º 0.98% 0.87% -
XYZ 38.82 56.91 76.65 -
YUV 156 164.11 19.58 -
System Red Green Blue C M Y K H S L
Decimal 4 221 220 0.98 0 0.00 0.13 179.72 0.96 0.44
Hex 4 DD DC 62 0 0 D B4 60 2C
Octal 4 335 334 142 0 0 15 264 140 54
Binary 100 11011101 11011100 1100010 0 0 1101 10110100 1100000 101100

Color Harmonies of #04DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDDC

Black with #04DDDC

Text Example


Text Example

White with #04DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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