Html Css Color HEX #04F0EE Bright Turquoise

📋 copy color: '#04F0EE'

red 4 ◦ green 240 ◦ blue 238

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

Shades of Bright Turquoise #04F0EE

Tints of Bright Turquoise #04F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 0.83%
G = 49.79%
B = 49.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#04F0EE (or 0x04F0EE) is known color: Bright Turquoise. HEX triplet: 04, F0 and EE. RGB value is (4,240,238). Sum of RGB (Red+Green+Blue) = 4+240+238=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #04F0EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F0EE is #FB0F11. Grayscale: #A8A8A8. Windows color (decimal): -16453394 or 15659012. OLE color: 15659012.

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

Color convert

RGB 4 240 238 -
CMYK 0.98 0 0.01 0.06
HSL 179.49º 0.97% 0.48% -
HSV(B) 179.49º 0.98% 0.94% -
XYZ 46.64 68.52 91.66 -
YUV 169.21 166.81 10.16 -
System Red Green Blue C M Y K H S L
Decimal 4 240 238 0.98 0 0.01 0.06 179.49 0.97 0.48
Hex 4 F0 EE 62 0 1 6 B3 61 30
Octal 4 360 356 142 0 1 6 263 141 60
Binary 100 11110000 11101110 1100010 0 1 110 10110011 1100001 110000

Color Harmonies of #04F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F0EE

Black with #04F0EE

Text Example


Text Example

White with #04F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,240,238); }

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

background-color css

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

 a { background-color: rgb(4,240,238); }

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

border-color css

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

 span { border-color: rgb(4,240,238); }

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