Html Css Color HEX #04DDD6 Bright Turquoise

📋 copy color: '#04DDD6'

red 4 ◦ green 221 ◦ blue 214

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

Shades of Bright Turquoise #04DDD6

Tints of Bright Turquoise #04DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.75%

R = 0.91%
G = 50.34%
B = 48.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#04DDD6 (or 0x04DDD6) is known color: Bright Turquoise. HEX triplet: 04, DD and D6. RGB value is (4,221,214). Sum of RGB (Red+Green+Blue) = 4+221+214=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDD6 is #FB2229. Grayscale: #9B9B9B. Windows color (decimal): -16458282 or 14081284. OLE color: 14081284.

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

Color convert

RGB 4 221 214 -
CMYK 0.98 0 0.03 0.13
HSL 178.06º 0.96% 0.44% -
HSV(B) 178.06º 0.98% 0.87% -
XYZ 38.04 56.59 72.54 -
YUV 155.32 161.11 20.07 -
System Red Green Blue C M Y K H S L
Decimal 4 221 214 0.98 0 0.03 0.13 178.06 0.96 0.44
Hex 4 DD D6 62 0 3 D B2 60 2C
Octal 4 335 326 142 0 3 15 262 140 54
Binary 100 11011101 11010110 1100010 0 11 1101 10110010 1100000 101100

Color Harmonies of #04DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDD6

Black with #04DDD6

Text Example


Text Example

White with #04DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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