Html Css Color HEX #81E3EF Turquoise Blue

📋 copy color: '#81E3EF'

red 129 ◦ green 227 ◦ blue 239

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

Shades of Turquoise Blue #81E3EF

Tints of Turquoise Blue #81E3EF

RGB

 RED value IS 129 (50.78% from 255) = 21.68%

 GREEN value IS 227 (89.06% from 255) = 38.15%

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

R = 21.68%
G = 38.15%
B = 40.17%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81E3EF (or 0x81E3EF) is known color: Turquoise Blue. HEX triplet: 81, E3 and EF. RGB value is (129,227,239). Sum of RGB (Red+Green+Blue) = 129+227+239=595 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.68% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E3EF is #7E1C10. Grayscale: #C6C6C6. Windows color (decimal): -8264721 or 15721345. OLE color: 15721345.

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

Color convert

RGB 129 227 239 -
CMYK 0.46 0.05 0 0.06
HSL 186.55º 0.77% 0.72% -
HSV(B) 186.55º 0.46% 0.94% -
XYZ 52.1 65.84 91.62 -
YUV 199.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 129 227 239 0.46 0.05 0 0.06 186.55 0.77 0.72
Hex 81 E3 EF 2E 5 0 6 BB 4D 48
Octal 201 343 357 56 5 0 6 273 115 110
Binary 10000001 11100011 11101111 101110 101 0 110 10111011 1001101 1001000

Color Harmonies of #81E3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E3EF

Black with #81E3EF

Text Example


Text Example

White with #81E3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81E3EF; }

 p { color: rgb(129,227,239); }

 H1.HeaderClassName
 {
   color: #81E3EF;
 }
 .AnyTagClassName
 {
   color: #81E3EF;
 }
</style>

background-color css

<style>
 a { background-color: #81E3EF; }

 a { background-color: rgb(129,227,239); }

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

border-color css

<style>
 span { border-color: #81E3EF; }

 span { border-color: rgb(129,227,239); }

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