Html Css Color HEX #04DEF2 Bright Turquoise

📋 copy color: '#04DEF2'

red 4 ◦ green 222 ◦ blue 242

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

Shades of Bright Turquoise #04DEF2

Tints of Bright Turquoise #04DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 0.85%
G = 47.44%
B = 51.71%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04DEF2 (or 0x04DEF2) is known color: Bright Turquoise. HEX triplet: 04, DE and F2. RGB value is (4,222,242). Sum of RGB (Red+Green+Blue) = 4+222+242=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #04DEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEF2 is #FB210D. Grayscale: #9E9E9E. Windows color (decimal): -16457998 or 15916548. OLE color: 15916548.

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

Color convert

RGB 4 222 242 -
CMYK 0.98 0.08 0 0.05
HSL 185.04º 0.97% 0.48% -
HSV(B) 185.04º 0.98% 0.95% -
XYZ 42.2 58.68 93.11 -
YUV 159.1 174.78 17.37 -
System Red Green Blue C M Y K H S L
Decimal 4 222 242 0.98 0.08 0 0.05 185.04 0.97 0.48
Hex 4 DE F2 62 8 0 5 B9 61 30
Octal 4 336 362 142 10 0 5 271 141 60
Binary 100 11011110 11110010 1100010 1000 0 101 10111001 1100001 110000

Color Harmonies of #04DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEF2

Black with #04DEF2

Text Example


Text Example

White with #04DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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