#76d6f5

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

Shades of Turquoise Blue #76D6F5

Tints of Turquoise Blue #76D6F5

Color information

#76D6F5 (or 0x76D6F5) is unknown color: approx Turquoise Blue. HEX triplet: 76, D6 and F5. RGB value is (118,214,245). Sum of RGB (Red+Green+Blue) = 118+214+245=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #76D6F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D6F5 is #89290A. Grayscale: #BCBCBC. Windows color (decimal): -8988939 or 16111222. OLE color: 16111222.

HSL color Cylindrical-coordinate representation of color #76D6F5: hue angle of 194.65º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76D6F5 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118214245-
CMYK0.520.1300.04
HSL194.65º86.39%71.18%-
HSV(B)194.65º51.84%96.08%-
XYZ4858.5495.16-
YUV188.83159.777.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.45%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 245 (96.09% from 255) = 42.46%
R=20.45%
G=37.09%
B=42.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182142450.520.1300.04194.6586.3971.18
Hex76D6F534D04c35647
Octal166326365641504303126107
Binary11101101101011011110101110100110101001100001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76d6f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,245); }

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

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

 a { background-color: rgb(118,214,245); }

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

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

 span { border-color: rgb(118,214,245); }

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