Html Css Color HEX #04DDDB Bright Turquoise

📋 copy color: '#04DDDB'

red 4 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #04DDDB

Tints of Bright Turquoise #04DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 0.9%
G = 49.77%
B = 49.32%

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

#04DDDB (or 0x04DDDB) is known color: Bright Turquoise. HEX triplet: 04, DD and DB. RGB value is (4,221,219). Sum of RGB (Red+Green+Blue) = 4+221+219=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDDB is #FB2224. Grayscale: #9B9B9B. Windows color (decimal): -16458277 or 14408964. OLE color: 14408964.

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

Color convert

RGB 4 221 219 -
CMYK 0.98 0 0.01 0.13
HSL 179.45º 0.96% 0.44% -
HSV(B) 179.45º 0.98% 0.87% -
XYZ 38.69 56.85 75.95 -
YUV 155.89 163.61 19.66 -
System Red Green Blue C M Y K H S L
Decimal 4 221 219 0.98 0 0.01 0.13 179.45 0.96 0.44
Hex 4 DD DB 62 0 1 D B3 60 2C
Octal 4 335 333 142 0 1 15 263 140 54
Binary 100 11011101 11011011 1100010 0 1 1101 10110011 1100000 101100

Color Harmonies of #04DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDDB

Black with #04DDDB

Text Example


Text Example

White with #04DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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