#76eee1

Color #76EEE1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #76EEE1

Tints of Turquoise Blue #76EEE1

Color information

#76EEE1 (or 0x76EEE1) is unknown color: approx Turquoise Blue. HEX triplet: 76, EE and E1. RGB value is (118,238,225). Sum of RGB (Red+Green+Blue) = 118+238+225=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EEE1 is #89111E. Grayscale: #C8C8C8. Windows color (decimal): -8982815 or 14806646. OLE color: 14806646.

HSL color Cylindrical-coordinate representation of color #76EEE1: hue angle of 173.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEE1 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB118238225-
CMYK0.5000.050.07
HSL173.5º77.92%69.8%-
HSV(B)173.5º50.42%93.33%-
XYZ51.6470.4482.11-
YUV200.64141.7469.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.31%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=20.31%
G=40.96%
B=38.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182382250.5000.050.07173.577.9269.8
Hex76EEE132057ae4e46
Octal16635634162057256116106
Binary1110110111011101110000111001001011111010111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76eee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76eee1; }

 p { color: rgb(118,238,225); }

 H1.HeaderClassName
 {
   color: #76eee1;
 }
 .AnyTagClassName
 {
   color: #76eee1;
 }
</style>
background-color css

<style>
 a { background-color: #76eee1; }

 a { background-color: rgb(118,238,225); }

 div.DivClassName
 {
   background-color: #76eee1;
 }
 .BgClassName
 {
   background-color: #76eee1;
 }
</style>
border-color css

<style>
 span { border-color: #76eee1; }

 span { border-color: rgb(118,238,225); }

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