Html Css Color HEX #04DAE1 Bright Turquoise

📋 copy color: '#04DAE1'

red 4 ◦ green 218 ◦ blue 225

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

Shades of Bright Turquoise #04DAE1

Tints of Bright Turquoise #04DAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.34%

R = 0.89%
G = 48.77%
B = 50.34%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#04DAE1 (or 0x04DAE1) is known color: Bright Turquoise. HEX triplet: 04, DA and E1. RGB value is (4,218,225). Sum of RGB (Red+Green+Blue) = 4+218+225=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #04DAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DAE1 is #FB251E. Grayscale: #9A9A9A. Windows color (decimal): -16459039 or 14801412. OLE color: 14801412.

HSL color Cylindrical-coordinate representation of color #04DAE1: hue angle of 181.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DAE1 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 218 225 -
CMYK 0.98 0.03 0 0.12
HSL 181.9º 0.97% 0.45% -
HSV(B) 181.9º 0.98% 0.88% -
XYZ 38.71 55.6 79.93 -
YUV 154.81 167.6 20.43 -
System Red Green Blue C M Y K H S L
Decimal 4 218 225 0.98 0.03 0 0.12 181.9 0.97 0.45
Hex 4 DA E1 62 3 0 C B6 61 2D
Octal 4 332 341 142 3 0 14 266 141 55
Binary 100 11011010 11100001 1100010 11 0 1100 10110110 1100001 101101

Color Harmonies of #04DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DAE1

Black with #04DAE1

Text Example


Text Example

White with #04DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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