Html Css Color HEX #83E0EA Turquoise Blue

📋 copy color: '#83E0EA'

red 131 ◦ green 224 ◦ blue 234

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

Shades of Turquoise Blue #83E0EA

Tints of Turquoise Blue #83E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 22.24%
G = 38.03%
B = 39.73%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83E0EA (or 0x83E0EA) is known color: Turquoise Blue. HEX triplet: 83, E0 and EA. RGB value is (131,224,234). Sum of RGB (Red+Green+Blue) = 131+224+234=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #83E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E0EA is #7C1F15. Grayscale: #C5C5C5. Windows color (decimal): -8134422 or 15392899. OLE color: 15392899.

HSL color Cylindrical-coordinate representation of color #83E0EA: hue angle of 185.83º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E0EA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 224 234 -
CMYK 0.44 0.04 0 0.08
HSL 185.83º 0.71% 0.72% -
HSV(B) 185.83º 0.44% 0.92% -
XYZ 50.87 64.08 87.53 -
YUV 197.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 131 224 234 0.44 0.04 0 0.08 185.83 0.71 0.72
Hex 83 E0 EA 2C 4 0 8 BA 47 48
Octal 203 340 352 54 4 0 10 272 107 110
Binary 10000011 11100000 11101010 101100 100 0 1000 10111010 1000111 1001000

Color Harmonies of #83E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E0EA

Black with #83E0EA

Text Example


Text Example

White with #83E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,224,234); }

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

background-color css

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

 a { background-color: rgb(131,224,234); }

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

border-color css

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

 span { border-color: rgb(131,224,234); }

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