Html Css Color HEX #04DBEA Bright Turquoise

📋 copy color: '#04DBEA'

red 4 ◦ green 219 ◦ blue 234

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

Shades of Bright Turquoise #04DBEA

Tints of Bright Turquoise #04DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 0.88%
G = 47.92%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04DBEA (or 0x04DBEA) is known color: Bright Turquoise. HEX triplet: 04, DB and EA. RGB value is (4,219,234). Sum of RGB (Red+Green+Blue) = 4+219+234=457 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #04DBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBEA is #FB2415. Grayscale: #9C9C9C. Windows color (decimal): -16458774 or 15391492. OLE color: 15391492.

HSL color Cylindrical-coordinate representation of color #04DBEA: hue angle of 183.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBEA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 219 234 -
CMYK 0.98 0.06 0 0.08
HSL 183.91º 0.97% 0.47% -
HSV(B) 183.91º 0.98% 0.92% -
XYZ 40.23 56.63 86.65 -
YUV 156.43 171.77 19.28 -
System Red Green Blue C M Y K H S L
Decimal 4 219 234 0.98 0.06 0 0.08 183.91 0.97 0.47
Hex 4 DB EA 62 6 0 8 B8 61 2F
Octal 4 333 352 142 6 0 10 270 141 57
Binary 100 11011011 11101010 1100010 110 0 1000 10111000 1100001 101111

Color Harmonies of #04DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBEA

Black with #04DBEA

Text Example


Text Example

White with #04DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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