Html Css Color HEX #81E6EC Turquoise Blue

📋 copy color: '#81E6EC'

red 129 ◦ green 230 ◦ blue 236

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

Shades of Turquoise Blue #81E6EC

Tints of Turquoise Blue #81E6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

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

R = 21.68%
G = 38.66%
B = 39.66%

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

#81E6EC (or 0x81E6EC) is known color: Turquoise Blue. HEX triplet: 81, E6 and EC. RGB value is (129,230,236). Sum of RGB (Red+Green+Blue) = 129+230+236=595 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.68% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #81E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E6EC is #7E1913. Grayscale: #C8C8C8. Windows color (decimal): -8263956 or 15525505. OLE color: 15525505.

HSL color Cylindrical-coordinate representation of color #81E6EC: hue angle of 183.36º 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 #81E6EC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 230 236 -
CMYK 0.45 0.03 0 0.07
HSL 183.36º 0.74% 0.72% -
HSV(B) 183.36º 0.45% 0.93% -
XYZ 52.49 67.32 89.58 -
YUV 200.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 129 230 236 0.45 0.03 0 0.07 183.36 0.74 0.72
Hex 81 E6 EC 2D 3 0 7 B7 4A 48
Octal 201 346 354 55 3 0 7 267 112 110
Binary 10000001 11100110 11101100 101101 11 0 111 10110111 1001010 1001000

Color Harmonies of #81E6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E6EC

Black with #81E6EC

Text Example


Text Example

White with #81E6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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