#76DAF4

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

Shades of Turquoise Blue #76DAF4

Tints of Turquoise Blue #76DAF4

Color information

#76DAF4 (or 0x76DAF4) is unknown color: approx Turquoise Blue. HEX triplet: 76, DA and F4. RGB value is (118,218,244). Sum of RGB (Red+Green+Blue) = 118+218+244=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #76DAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAF4 is #89250B. Grayscale: #BEBEBE. Windows color (decimal): -8987916 or 16046710. OLE color: 16046710.

HSL color Cylindrical-coordinate representation of color #76DAF4: hue angle of 192.38º degrees, saturation: 0.85, 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 #76DAF4 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118218244-
CMYK0.520.1100.04
HSL192.38º85.14%70.98%-
HSV(B)192.38º51.64%95.69%-
XYZ48.8760.5394.69-
YUV191.06157.8775.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.34%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=20.34%
G=37.59%
B=42.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182182440.520.1100.04192.3885.1470.98
Hex76DAF434B04c05547
Octal166332364641304300125107
Binary11101101101101011110100110100101101001100000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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