#82dfeb

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

Shades of Turquoise Blue #82DFEB

Tints of Turquoise Blue #82DFEB

Color information

#82DFEB (or 0x82DFEB) is unknown color: approx Turquoise Blue. HEX triplet: 82, DF and EB. RGB value is (130,223,235). Sum of RGB (Red+Green+Blue) = 130+223+235=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #82DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DFEB is #7D2014. Grayscale: #C4C4C4. Windows color (decimal): -8200213 or 15458178. OLE color: 15458178.

HSL color Cylindrical-coordinate representation of color #82DFEB: hue angle of 186.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82DFEB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130223235-
CMYK0.450.0500.08
HSL186.86º72.41%71.57%-
HSV(B)186.86º44.68%92.16%-
XYZ50.5963.5288.19-
YUV196.56149.6980.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=22.11%
G=37.93%
B=39.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302232350.450.0500.08186.8672.4171.57
Hex82DFEB2D508bb4848
Octal202337353555010273110110
Binary100000101101111111101011101101101010001011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82dfeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82dfeb; }

 p { color: rgb(130,223,235); }

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

<style>
 a { background-color: #82dfeb; }

 a { background-color: rgb(130,223,235); }

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

<style>
 span { border-color: #82dfeb; }

 span { border-color: rgb(130,223,235); }

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