Html Css Color HEX #81E5EC Turquoise Blue

📋 copy color: '#81E5EC'

red 129 ◦ green 229 ◦ blue 236

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

Shades of Turquoise Blue #81E5EC

Tints of Turquoise Blue #81E5EC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.55%

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 21.72%
G = 38.55%
B = 39.73%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81E5EC (or 0x81E5EC) is known color: Turquoise Blue. HEX triplet: 81, E5 and EC. RGB value is (129,229,236). Sum of RGB (Red+Green+Blue) = 129+229+236=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #81E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E5EC is #7E1A13. Grayscale: #C7C7C7. Windows color (decimal): -8264212 or 15525249. OLE color: 15525249.

HSL color Cylindrical-coordinate representation of color #81E5EC: hue angle of 183.93º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E5EC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 229 236 -
CMYK 0.45 0.03 0 0.07
HSL 183.93º 0.74% 0.72% -
HSV(B) 183.93º 0.45% 0.93% -
XYZ 52.21 66.76 89.49 -
YUV 199.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 129 229 236 0.45 0.03 0 0.07 183.93 0.74 0.72
Hex 81 E5 EC 2D 3 0 7 B8 4A 48
Octal 201 345 354 55 3 0 7 270 112 110
Binary 10000001 11100101 11101100 101101 11 0 111 10111000 1001010 1001000

Color Harmonies of #81E5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E5EC

Black with #81E5EC

Text Example


Text Example

White with #81E5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,229,236); }

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

background-color css

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

 a { background-color: rgb(129,229,236); }

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

border-color css

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

 span { border-color: rgb(129,229,236); }

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