Html Css Color HEX #04DADE Bright Turquoise

📋 copy color: '#04DADE'

red 4 ◦ green 218 ◦ blue 222

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

Shades of Bright Turquoise #04DADE

Tints of Bright Turquoise #04DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

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

R = 0.9%
G = 49.1%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04DADE (or 0x04DADE) is known color: Bright Turquoise. HEX triplet: 04, DA and DE. RGB value is (4,218,222). Sum of RGB (Red+Green+Blue) = 4+218+222=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #04DADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DADE is #FB2521. Grayscale: #9A9A9A. Windows color (decimal): -16459042 or 14604804. OLE color: 14604804.

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

Color convert

RGB 4 218 222 -
CMYK 0.98 0.02 0 0.13
HSL 181.1º 0.96% 0.44% -
HSV(B) 181.1º 0.98% 0.87% -
XYZ 38.31 55.44 77.79 -
YUV 154.47 166.1 20.67 -
System Red Green Blue C M Y K H S L
Decimal 4 218 222 0.98 0.02 0 0.13 181.1 0.96 0.44
Hex 4 DA DE 62 2 0 D B5 60 2C
Octal 4 332 336 142 2 0 15 265 140 54
Binary 100 11011010 11011110 1100010 10 0 1101 10110101 1100000 101100

Color Harmonies of #04DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DADE

Black with #04DADE

Text Example


Text Example

White with #04DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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