#83E9E3

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

Shades of Turquoise Blue #83E9E3

Tints of Turquoise Blue #83E9E3

Color information

#83E9E3 (or 0x83E9E3) is unknown color: approx Turquoise Blue. HEX triplet: 83, E9 and E3. RGB value is (131,233,227). Sum of RGB (Red+Green+Blue) = 131+233+227=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #83E9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E9E3 is #7C161C. Grayscale: #C9C9C9. Windows color (decimal): -8132125 or 14936451. OLE color: 14936451.

HSL color Cylindrical-coordinate representation of color #83E9E3: hue angle of 176.47º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E9E3 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB131233227-
CMYK0.4400.030.09
HSL176.47º69.86%71.37%-
HSV(B)176.47º43.78%91.37%-
XYZ52.3668.6583.16-
YUV201.82142.2177.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.17%
GREEN value IS 233 (91.41% from 255) = 39.42%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=22.17%
G=39.42%
B=38.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1312332270.4400.030.09176.4769.8671.37
Hex83E9E32C039b04647
Octal203351343540311260106107
Binary10000011111010011110001110110001110011011000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83E9E3; }

 p { color: rgb(131,233,227); }

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

<style>
 a { background-color: #83E9E3; }

 a { background-color: rgb(131,233,227); }

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

<style>
 span { border-color: #83E9E3; }

 span { border-color: rgb(131,233,227); }

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