Html Css Color HEX #83E8E3 Turquoise Blue

📋 copy color: '#83E8E3'

red 131 ◦ green 232 ◦ blue 227

#83E8E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #83E8E3

Tints of Turquoise Blue #83E8E3

RGB

 RED value IS 131 (51.56% from 255) = 22.2%

 GREEN value IS 232 (91.02% from 255) = 39.32%

 BLUE value IS 227 (89.06% from 255) = 38.47%

R = 22.2%
G = 39.32%
B = 38.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#83E8E3 (or 0x83E8E3) is known color: Turquoise Blue. HEX triplet: 83, E8 and E3. RGB value is (131,232,227). Sum of RGB (Red+Green+Blue) = 131+232+227=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #83E8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E8E3 is #7C171C. Grayscale: #C9C9C9. Windows color (decimal): -8132381 or 14936195. OLE color: 14936195.

HSL color Cylindrical-coordinate representation of color #83E8E3: hue angle of 177.03º degrees, saturation: 0.69, 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 #83E8E3 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 232 227 -
CMYK 0.44 0 0.02 0.09
HSL 177.03º 0.69% 0.71% -
HSV(B) 177.03º 0.44% 0.91% -
XYZ 52.08 68.08 83.07 -
YUV 201.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 131 232 227 0.44 0 0.02 0.09 177.03 0.69 0.71
Hex 83 E8 E3 2C 0 2 9 B1 45 47
Octal 203 350 343 54 0 2 11 261 105 107
Binary 10000011 11101000 11100011 101100 0 10 1001 10110001 1000101 1000111

Color Harmonies of #83E8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E8E3

Black with #83E8E3

Text Example


Text Example

White with #83E8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83E8E3;
 }
 .AnyTagClassName
 {
   color: #83E8E3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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