#76DFE4

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

Shades of Turquoise Blue #76DFE4

Tints of Turquoise Blue #76DFE4

Color information

#76DFE4 (or 0x76DFE4) is unknown color: approx Turquoise Blue. HEX triplet: 76, DF and E4. RGB value is (118,223,228). Sum of RGB (Red+Green+Blue) = 118+223+228=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #76DFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFE4 is #89201B. Grayscale: #C0C0C0. Windows color (decimal): -8986652 or 14999414. OLE color: 14999414.

HSL color Cylindrical-coordinate representation of color #76DFE4: hue angle of 182.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76DFE4 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118223228-
CMYK0.480.0200.11
HSL182.73º67.07%67.84%-
HSV(B)182.73º48.25%89.41%-
XYZ47.8662.2382.89-
YUV192.18148.2175.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=20.74%
G=39.19%
B=40.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182232280.480.0200.11182.7367.0767.84
Hex76DFE43020Bb74344
Octal166337344602013267103104
Binary1110110110111111110010011000010010111011011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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