Html Css Color HEX #04E6EF Bright Turquoise

📋 copy color: '#04E6EF'

red 4 ◦ green 230 ◦ blue 239

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

Shades of Bright Turquoise #04E6EF

Tints of Bright Turquoise #04E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 0.85%
G = 48.63%
B = 50.53%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04E6EF (or 0x04E6EF) is known color: Bright Turquoise. HEX triplet: 04, E6 and EF. RGB value is (4,230,239). Sum of RGB (Red+Green+Blue) = 4+230+239=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #04E6EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04E6EF is #FB1910. Grayscale: #A3A3A3. Windows color (decimal): -16455953 or 15721988. OLE color: 15721988.

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

Color convert

RGB 4 230 239 -
CMYK 0.98 0.04 0 0.06
HSL 182.3º 0.97% 0.48% -
HSV(B) 182.3º 0.98% 0.94% -
XYZ 43.93 62.85 91.48 -
YUV 163.45 170.63 14.27 -
System Red Green Blue C M Y K H S L
Decimal 4 230 239 0.98 0.04 0 0.06 182.3 0.97 0.48
Hex 4 E6 EF 62 4 0 6 B6 61 30
Octal 4 346 357 142 4 0 6 266 141 60
Binary 100 11100110 11101111 1100010 100 0 110 10110110 1100001 110000

Color Harmonies of #04E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E6EF

Black with #04E6EF

Text Example


Text Example

White with #04E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,230,239); }

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

background-color css

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

 a { background-color: rgb(4,230,239); }

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

border-color css

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

 span { border-color: rgb(4,230,239); }

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