Html Css Color HEX #04DBF0 Bright Turquoise

📋 copy color: '#04DBF0'

red 4 ◦ green 219 ◦ blue 240

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

Shades of Bright Turquoise #04DBF0

Tints of Bright Turquoise #04DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 0.86%
G = 47.3%
B = 51.84%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04DBF0 (or 0x04DBF0) is known color: Bright Turquoise. HEX triplet: 04, DB and F0. RGB value is (4,219,240). Sum of RGB (Red+Green+Blue) = 4+219+240=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #04DBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBF0 is #FB240F. Grayscale: #9C9C9C. Windows color (decimal): -16458768 or 15784708. OLE color: 15784708.

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

Color convert

RGB 4 219 240 -
CMYK 0.98 0.09 0 0.06
HSL 185.34º 0.97% 0.48% -
HSV(B) 185.34º 0.98% 0.94% -
XYZ 41.11 56.98 91.27 -
YUV 157.11 174.77 18.79 -
System Red Green Blue C M Y K H S L
Decimal 4 219 240 0.98 0.09 0 0.06 185.34 0.97 0.48
Hex 4 DB F0 62 9 0 6 B9 61 30
Octal 4 333 360 142 11 0 6 271 141 60
Binary 100 11011011 11110000 1100010 1001 0 110 10111001 1100001 110000

Color Harmonies of #04DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBF0

Black with #04DBF0

Text Example


Text Example

White with #04DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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