Html Css Color HEX #04DBDA Bright Turquoise

📋 copy color: '#04DBDA'

red 4 ◦ green 219 ◦ blue 218

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

Shades of Bright Turquoise #04DBDA

Tints of Bright Turquoise #04DBDA

RGB

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

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

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

R = 0.91%
G = 49.66%
B = 49.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#04DBDA (or 0x04DBDA) is known color: Bright Turquoise. HEX triplet: 04, DB and DA. RGB value is (4,219,218). Sum of RGB (Red+Green+Blue) = 4+219+218=441 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DBDA is #FB2425. Grayscale: #9A9A9A. Windows color (decimal): -16458790 or 14342916. OLE color: 14342916.

HSL color Cylindrical-coordinate representation of color #04DBDA: hue angle of 179.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBDA is Cyan = 0.98, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 219 218 -
CMYK 0.98 0 0.00 0.14
HSL 179.72º 0.96% 0.44% -
HSV(B) 179.72º 0.98% 0.86% -
XYZ 38.04 55.75 75.09 -
YUV 154.6 163.77 20.58 -
System Red Green Blue C M Y K H S L
Decimal 4 219 218 0.98 0 0.00 0.14 179.72 0.96 0.44
Hex 4 DB DA 62 0 0 E B4 60 2C
Octal 4 333 332 142 0 0 16 264 140 54
Binary 100 11011011 11011010 1100010 0 0 1110 10110100 1100000 101100

Color Harmonies of #04DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBDA

Black with #04DBDA

Text Example


Text Example

White with #04DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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