#76DFFE

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

Shades of Turquoise Blue #76DFFE

Tints of Turquoise Blue #76DFFE

Color information

#76DFFE (or 0x76DFFE) is unknown color: approx Turquoise Blue. HEX triplet: 76, DF and FE. RGB value is (118,223,254). Sum of RGB (Red+Green+Blue) = 118+223+254=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #76DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFFE is #892001. Grayscale: #C2C2C2. Windows color (decimal): -8986626 or 16703350. OLE color: 16703350.

HSL color Cylindrical-coordinate representation of color #76DFFE: hue angle of 193.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DFFE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118223254-
CMYK0.540.1200.00
HSL193.68º98.55%72.94%-
HSV(B)193.68º53.54%99.61%-
XYZ51.7563.78103.35-
YUV195.14161.2172.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.83%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=19.83%
G=37.48%
B=42.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182232540.540.1200.00193.6898.5572.94
Hex76DFFE36C00c26349
Octal166337376661400302143111
Binary111011011011111111111101101101100001100001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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