Html Css Color HEX #04EEE7 Bright Turquoise

📋 copy color: '#04EEE7'

red 4 ◦ green 238 ◦ blue 231

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

Shades of Bright Turquoise #04EEE7

Tints of Bright Turquoise #04EEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.32%

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 0.85%
G = 50.32%
B = 48.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#04EEE7 (or 0x04EEE7) is known color: Bright Turquoise. HEX triplet: 04, EE and E7. RGB value is (4,238,231). Sum of RGB (Red+Green+Blue) = 4+238+231=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEE7 is #FB1118. Grayscale: #A7A7A7. Windows color (decimal): -16453913 or 15199748. OLE color: 15199748.

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

Color convert

RGB 4 238 231 -
CMYK 0.98 0 0.03 0.07
HSL 178.21º 0.97% 0.47% -
HSV(B) 178.21º 0.98% 0.93% -
XYZ 45.05 66.94 86.15 -
YUV 167.24 163.98 11.57 -
System Red Green Blue C M Y K H S L
Decimal 4 238 231 0.98 0 0.03 0.07 178.21 0.97 0.47
Hex 4 EE E7 62 0 3 7 B2 61 2F
Octal 4 356 347 142 0 3 7 262 141 57
Binary 100 11101110 11100111 1100010 0 11 111 10110010 1100001 101111

Color Harmonies of #04EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEE7

Black with #04EEE7

Text Example


Text Example

White with #04EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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