Html Css Color HEX #81E2EF Turquoise Blue

📋 copy color: '#81E2EF'

red 129 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #81E2EF

Tints of Turquoise Blue #81E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 21.72%
G = 38.05%
B = 40.24%

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

#81E2EF (or 0x81E2EF) is known color: Turquoise Blue. HEX triplet: 81, E2 and EF. RGB value is (129,226,239). Sum of RGB (Red+Green+Blue) = 129+226+239=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E2EF is #7E1D10. Grayscale: #C6C6C6. Windows color (decimal): -8264977 or 15721089. OLE color: 15721089.

HSL color Cylindrical-coordinate representation of color #81E2EF: hue angle of 187.09º 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 #81E2EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 226 239 -
CMYK 0.46 0.05 0 0.06
HSL 187.09º 0.77% 0.72% -
HSV(B) 187.09º 0.46% 0.94% -
XYZ 51.83 65.29 91.53 -
YUV 198.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 129 226 239 0.46 0.05 0 0.06 187.09 0.77 0.72
Hex 81 E2 EF 2E 5 0 6 BB 4D 48
Octal 201 342 357 56 5 0 6 273 115 110
Binary 10000001 11100010 11101111 101110 101 0 110 10111011 1001101 1001000

Color Harmonies of #81E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E2EF

Black with #81E2EF

Text Example


Text Example

White with #81E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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