Html Css Color HEX #04DDDA Bright Turquoise

📋 copy color: '#04DDDA'

red 4 ◦ green 221 ◦ blue 218

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

Shades of Bright Turquoise #04DDDA

Tints of Bright Turquoise #04DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 0.9%
G = 49.89%
B = 49.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#04DDDA (or 0x04DDDA) is known color: Bright Turquoise. HEX triplet: 04, DD and DA. RGB value is (4,221,218). Sum of RGB (Red+Green+Blue) = 4+221+218=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDDA is #FB2225. Grayscale: #9B9B9B. Windows color (decimal): -16458278 or 14343428. OLE color: 14343428.

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

Color convert

RGB 4 221 218 -
CMYK 0.98 0 0.01 0.13
HSL 179.17º 0.96% 0.44% -
HSV(B) 179.17º 0.98% 0.87% -
XYZ 38.56 56.8 75.26 -
YUV 155.78 163.11 19.74 -
System Red Green Blue C M Y K H S L
Decimal 4 221 218 0.98 0 0.01 0.13 179.17 0.96 0.44
Hex 4 DD DA 62 0 1 D B3 60 2C
Octal 4 335 332 142 0 1 15 263 140 54
Binary 100 11011101 11011010 1100010 0 1 1101 10110011 1100000 101100

Color Harmonies of #04DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDDA

Black with #04DDDA

Text Example


Text Example

White with #04DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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