Html Css Color HEX #04DBF6 Bright Turquoise

📋 copy color: '#04DBF6'

red 4 ◦ green 219 ◦ blue 246

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

Shades of Bright Turquoise #04DBF6

Tints of Bright Turquoise #04DBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.45%

R = 0.85%
G = 46.7%
B = 52.45%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#04DBF6 (or 0x04DBF6) is known color: Bright Turquoise. HEX triplet: 04, DB and F6. RGB value is (4,219,246). Sum of RGB (Red+Green+Blue) = 4+219+246=469 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #04DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBF6 is #FB2409. Grayscale: #9D9D9D. Windows color (decimal): -16458762 or 16177924. OLE color: 16177924.

HSL color Cylindrical-coordinate representation of color #04DBF6: hue angle of 186.69º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBF6 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 219 246 -
CMYK 0.98 0.11 0 0.04
HSL 186.69º 0.97% 0.49% -
HSV(B) 186.69º 0.98% 0.96% -
XYZ 42.02 57.34 96.04 -
YUV 157.79 177.77 18.3 -
System Red Green Blue C M Y K H S L
Decimal 4 219 246 0.98 0.11 0 0.04 186.69 0.97 0.49
Hex 4 DB F6 62 B 0 4 BB 61 31
Octal 4 333 366 142 13 0 4 273 141 61
Binary 100 11011011 11110110 1100010 1011 0 100 10111011 1100001 110001

Color Harmonies of #04DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBF6

Black with #04DBF6

Text Example


Text Example

White with #04DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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