Html Css Color HEX #04DBDE Bright Turquoise

📋 copy color: '#04DBDE'

red 4 ◦ green 219 ◦ blue 222

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

Shades of Bright Turquoise #04DBDE

Tints of Bright Turquoise #04DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.21%

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

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

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 4 219 222 -
CMYK 0.98 0.01 0 0.13
HSL 180.83º 0.96% 0.44% -
HSV(B) 180.83º 0.98% 0.87% -
XYZ 38.57 55.96 77.88 -
YUV 155.06 165.77 20.26 -
System Red Green Blue C M Y K H S L
Decimal 4 219 222 0.98 0.01 0 0.13 180.83 0.96 0.44
Hex 4 DB DE 62 1 0 D B5 60 2C
Octal 4 333 336 142 1 0 15 265 140 54
Binary 100 11011011 11011110 1100010 1 0 1101 10110101 1100000 101100

Color Harmonies of #04DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBDE

Black with #04DBDE

Text Example


Text Example

White with #04DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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