#83E4ED

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

Shades of Turquoise Blue #83E4ED

Tints of Turquoise Blue #83E4ED

Color information

#83E4ED (or 0x83E4ED) is unknown color: approx Turquoise Blue. HEX triplet: 83, E4 and ED. RGB value is (131,228,237). Sum of RGB (Red+Green+Blue) = 131+228+237=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #83E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E4ED is #7C1B12. Grayscale: #C7C7C7. Windows color (decimal): -8133395 or 15590531. OLE color: 15590531.

HSL color Cylindrical-coordinate representation of color #83E4ED: hue angle of 185.09º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83E4ED is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131228237-
CMYK0.450.0400.07
HSL185.09º74.65%72.16%-
HSV(B)185.09º44.73%92.94%-
XYZ52.3966.4390.18-
YUV200.02148.8678.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.98%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=21.98%
G=38.26%
B=39.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312282370.450.0400.07185.0974.6572.16
Hex83E4ED2D407b94b48
Octal20334435555407271113110
Binary10000011111001001110110110110110001111011100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,228,237); }

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

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

 a { background-color: rgb(131,228,237); }

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

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

 span { border-color: rgb(131,228,237); }

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