#76DDF1

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

Shades of Turquoise Blue #76DDF1

Tints of Turquoise Blue #76DDF1

Color information

#76DDF1 (or 0x76DDF1) is unknown color: approx Turquoise Blue. HEX triplet: 76, DD and F1. RGB value is (118,221,241). Sum of RGB (Red+Green+Blue) = 118+221+241=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #76DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DDF1 is #89220E. Grayscale: #C0C0C0. Windows color (decimal): -8987151 or 15850870. OLE color: 15850870.

HSL color Cylindrical-coordinate representation of color #76DDF1: hue angle of 189.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76DDF1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118221241-
CMYK0.510.0800.05
HSL189.76º81.46%70.39%-
HSV(B)189.76º51.04%94.51%-
XYZ49.261.9292.58-
YUV192.48155.3874.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.34%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=20.34%
G=38.10%
B=41.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182212410.510.0800.05189.7681.4670.39
Hex76DDF133805be5146
Octal166335361631005276121106
Binary11101101101110111110001110011100001011011111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,241); }

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

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

 a { background-color: rgb(118,221,241); }

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

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

 span { border-color: rgb(118,221,241); }

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