Html Css Color HEX #04DEF1 Bright Turquoise

📋 copy color: '#04DEF1'

red 4 ◦ green 222 ◦ blue 241

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

Shades of Bright Turquoise #04DEF1

Tints of Bright Turquoise #04DEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 0.86%
G = 47.54%
B = 51.61%

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

#04DEF1 (or 0x04DEF1) is known color: Bright Turquoise. HEX triplet: 04, DE and F1. RGB value is (4,222,241). Sum of RGB (Red+Green+Blue) = 4+222+241=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #04DEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEF1 is #FB210E. Grayscale: #9E9E9E. Windows color (decimal): -16457999 or 15851012. OLE color: 15851012.

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

Color convert

RGB 4 222 241 -
CMYK 0.98 0.08 0 0.05
HSL 184.81º 0.97% 0.48% -
HSV(B) 184.81º 0.98% 0.95% -
XYZ 42.05 58.62 92.32 -
YUV 158.98 174.28 17.46 -
System Red Green Blue C M Y K H S L
Decimal 4 222 241 0.98 0.08 0 0.05 184.81 0.97 0.48
Hex 4 DE F1 62 8 0 5 B9 61 30
Octal 4 336 361 142 10 0 5 271 141 60
Binary 100 11011110 11110001 1100010 1000 0 101 10111001 1100001 110000

Color Harmonies of #04DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEF1

Black with #04DEF1

Text Example


Text Example

White with #04DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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