Html Css Color HEX #83E4EF Turquoise Blue

📋 copy color: '#83E4EF'

red 131 ◦ green 228 ◦ blue 239

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

Shades of Turquoise Blue #83E4EF

Tints of Turquoise Blue #83E4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.13%

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 21.91%
G = 38.13%
B = 39.97%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83E4EF (or 0x83E4EF) is known color: Turquoise Blue. HEX triplet: 83, E4 and EF. RGB value is (131,228,239). Sum of RGB (Red+Green+Blue) = 131+228+239=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #83E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E4EF is #7C1B10. Grayscale: #C8C8C8. Windows color (decimal): -8133393 or 15721603. OLE color: 15721603.

HSL color Cylindrical-coordinate representation of color #83E4EF: hue angle of 186.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83E4EF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 228 239 -
CMYK 0.45 0.05 0 0.06
HSL 186.11º 0.77% 0.73% -
HSV(B) 186.11º 0.45% 0.94% -
XYZ 52.68 66.54 91.73 -
YUV 200.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 131 228 239 0.45 0.05 0 0.06 186.11 0.77 0.73
Hex 83 E4 EF 2D 5 0 6 BA 4D 49
Octal 203 344 357 55 5 0 6 272 115 111
Binary 10000011 11100100 11101111 101101 101 0 110 10111010 1001101 1001001

Color Harmonies of #83E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E4EF

Black with #83E4EF

Text Example


Text Example

White with #83E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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