Html Css Color HEX #81E9E0 Turquoise Blue

📋 copy color: '#81E9E0'

red 129 ◦ green 233 ◦ blue 224

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

Shades of Turquoise Blue #81E9E0

Tints of Turquoise Blue #81E9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 22.01%
G = 39.76%
B = 38.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#81E9E0 (or 0x81E9E0) is known color: Turquoise Blue. HEX triplet: 81, E9 and E0. RGB value is (129,233,224). Sum of RGB (Red+Green+Blue) = 129+233+224=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #81E9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E9E0 is #7E161F. Grayscale: #C8C8C8. Windows color (decimal): -8263200 or 14739841. OLE color: 14739841.

HSL color Cylindrical-coordinate representation of color #81E9E0: hue angle of 174.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E9E0 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 233 224 -
CMYK 0.45 0 0.04 0.09
HSL 174.81º 0.7% 0.71% -
HSV(B) 174.81º 0.45% 0.91% -
XYZ 51.65 68.33 80.99 -
YUV 200.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 129 233 224 0.45 0 0.04 0.09 174.81 0.7 0.71
Hex 81 E9 E0 2D 0 4 9 AF 46 47
Octal 201 351 340 55 0 4 11 257 106 107
Binary 10000001 11101001 11100000 101101 0 100 1001 10101111 1000110 1000111

Color Harmonies of #81E9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E9E0

Black with #81E9E0

Text Example


Text Example

White with #81E9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,233,224); }

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

background-color css

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

 a { background-color: rgb(129,233,224); }

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

border-color css

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

 span { border-color: rgb(129,233,224); }

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