#76DCF9

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

Shades of Turquoise Blue #76DCF9

Tints of Turquoise Blue #76DCF9

Color information

#76DCF9 (or 0x76DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 76, DC and F9. RGB value is (118,220,249). Sum of RGB (Red+Green+Blue) = 118+220+249=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #76DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCF9 is #892306. Grayscale: #C0C0C0. Windows color (decimal): -8987399 or 16374902. OLE color: 16374902.

HSL color Cylindrical-coordinate representation of color #76DCF9: hue angle of 193.28º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76DCF9 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118220249-
CMYK0.530.1200.02
HSL193.28º91.61%71.96%-
HSV(B)193.28º52.61%97.65%-
XYZ50.1661.8898.92-
YUV192.81159.7174.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.10%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=20.10%
G=37.48%
B=42.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182202490.530.1200.02193.2891.6171.96
Hex76DCF935C02c15c48
Octal166334371651402301134110
Binary1110110110111001111100111010111000101100000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,220,249); }

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

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

 a { background-color: rgb(118,220,249); }

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

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

 span { border-color: rgb(118,220,249); }

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