#76DBF4

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

Shades of Turquoise Blue #76DBF4

Tints of Turquoise Blue #76DBF4

Color information

#76DBF4 (or 0x76DBF4) is unknown color: approx Turquoise Blue. HEX triplet: 76, DB and F4. RGB value is (118,219,244). Sum of RGB (Red+Green+Blue) = 118+219+244=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #76DBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBF4 is #89240B. Grayscale: #BFBFBF. Windows color (decimal): -8987660 or 16046966. OLE color: 16046966.

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

Color convert

RGB118219244-
CMYK0.520.1000.04
HSL191.9º85.14%70.98%-
HSV(B)191.9º51.64%95.69%-
XYZ49.1361.0594.78-
YUV191.65157.5475.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.31%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=20.31%
G=37.69%
B=42.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182192440.520.1000.04191.985.1470.98
Hex76DBF434A04c05547
Octal166333364641204300125107
Binary11101101101101111110100110100101001001100000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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