#76DAEE

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

Shades of Turquoise Blue #76DAEE

Tints of Turquoise Blue #76DAEE

Color information

#76DAEE (or 0x76DAEE) is unknown color: approx Turquoise Blue. HEX triplet: 76, DA and EE. RGB value is (118,218,238). Sum of RGB (Red+Green+Blue) = 118+218+238=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #76DAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAEE is #892511. Grayscale: #BEBEBE. Windows color (decimal): -8987922 or 15653494. OLE color: 15653494.

HSL color Cylindrical-coordinate representation of color #76DAEE: hue angle of 190º 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 #76DAEE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118218238-
CMYK0.500.0800.07
HSL190º77.92%69.8%-
HSV(B)190º50.42%93.33%-
XYZ47.9860.1789.97-
YUV190.38154.8776.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.56%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=20.56%
G=37.98%
B=41.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182182380.500.0800.0719077.9269.8
Hex76DAEE32807be4e46
Octal166332356621007276116106
Binary11101101101101011101110110010100001111011111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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