Html Css Color HEX #04DDD5 Bright Turquoise

📋 copy color: '#04DDD5'

red 4 ◦ green 221 ◦ blue 213

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

Shades of Bright Turquoise #04DDD5

Tints of Bright Turquoise #04DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 0.91%
G = 50.46%
B = 48.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#04DDD5 (or 0x04DDD5) is known color: Bright Turquoise. HEX triplet: 04, DD and D5. RGB value is (4,221,213). Sum of RGB (Red+Green+Blue) = 4+221+213=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDD5 is #FB222A. Grayscale: #9B9B9B. Windows color (decimal): -16458283 or 14015748. OLE color: 14015748.

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

Color convert

RGB 4 221 213 -
CMYK 0.98 0 0.04 0.13
HSL 177.79º 0.96% 0.44% -
HSV(B) 177.79º 0.98% 0.87% -
XYZ 37.92 56.54 71.87 -
YUV 155.21 160.61 20.15 -
System Red Green Blue C M Y K H S L
Decimal 4 221 213 0.98 0 0.04 0.13 177.79 0.96 0.44
Hex 4 DD D5 62 0 4 D B2 60 2C
Octal 4 335 325 142 0 4 15 262 140 54
Binary 100 11011101 11010101 1100010 0 100 1101 10110010 1100000 101100

Color Harmonies of #04DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDD5

Black with #04DDD5

Text Example


Text Example

White with #04DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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