Html Css Color HEX #04DEDB Bright Turquoise

📋 copy color: '#04DEDB'

red 4 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #04DEDB

Tints of Bright Turquoise #04DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.89%

 BLUE value IS 219 (85.94% 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

#04DEDB (or 0x04DEDB) is known color: Bright Turquoise. HEX triplet: 04, DE and DB. RGB value is (4,222,219). Sum of RGB (Red+Green+Blue) = 4+222+219=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #04DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DEDB is #FB2124. Grayscale: #9C9C9C. Windows color (decimal): -16458021 or 14409220. OLE color: 14409220.

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

Color convert

RGB 4 222 219 -
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.96 57.38 76.04 -
YUV 156.48 163.28 19.24 -
System Red Green Blue C M Y K H S L
Decimal 4 222 219 0.98 0 0.01 0.13 179.17 0.96 0.44
Hex 4 DE DB 62 0 1 D B3 60 2C
Octal 4 336 333 142 0 1 15 263 140 54
Binary 100 11011110 11011011 1100010 0 1 1101 10110011 1100000 101100

Color Harmonies of #04DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEDB

Black with #04DEDB

Text Example


Text Example

White with #04DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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