Html Css Color HEX #81E0EB Turquoise Blue

📋 copy color: '#81E0EB'

red 129 ◦ green 224 ◦ blue 235

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

Shades of Turquoise Blue #81E0EB

Tints of Turquoise Blue #81E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 21.94%
G = 38.1%
B = 39.97%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81E0EB (or 0x81E0EB) is known color: Turquoise Blue. HEX triplet: 81, E0 and EB. RGB value is (129,224,235). Sum of RGB (Red+Green+Blue) = 129+224+235=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #81E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0EB is #7E1F14. Grayscale: #C4C4C4. Windows color (decimal): -8265493 or 15458433. OLE color: 15458433.

HSL color Cylindrical-coordinate representation of color #81E0EB: hue angle of 186.23º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E0EB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 224 235 -
CMYK 0.45 0.05 0 0.08
HSL 186.23º 0.73% 0.71% -
HSV(B) 186.23º 0.45% 0.92% -
XYZ 50.7 63.98 88.27 -
YUV 196.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 129 224 235 0.45 0.05 0 0.08 186.23 0.73 0.71
Hex 81 E0 EB 2D 5 0 8 BA 49 47
Octal 201 340 353 55 5 0 10 272 111 107
Binary 10000001 11100000 11101011 101101 101 0 1000 10111010 1001001 1000111

Color Harmonies of #81E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E0EB

Black with #81E0EB

Text Example


Text Example

White with #81E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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