#76DFFA

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

Shades of Turquoise Blue #76DFFA

Tints of Turquoise Blue #76DFFA

Color information

#76DFFA (or 0x76DFFA) is unknown color: approx Turquoise Blue. HEX triplet: 76, DF and FA. RGB value is (118,223,250). Sum of RGB (Red+Green+Blue) = 118+223+250=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #76DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFFA is #892005. Grayscale: #C2C2C2. Windows color (decimal): -8986630 or 16441206. OLE color: 16441206.

HSL color Cylindrical-coordinate representation of color #76DFFA: hue angle of 192.27º degrees, saturation: 0.93, 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 #76DFFA is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118223250-
CMYK0.530.1100.02
HSL192.27º92.96%72.16%-
HSV(B)192.27º52.8%98.04%-
XYZ51.1163.53100.01-
YUV194.68159.2173.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.97%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=19.97%
G=37.73%
B=42.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182232500.530.1100.02192.2792.9672.16
Hex76DFFA35B02c05d48
Octal166337372651302300135110
Binary1110110110111111111101011010110110101100000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,223,250); }

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

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

 a { background-color: rgb(118,223,250); }

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

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

 span { border-color: rgb(118,223,250); }

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