Html Css Color HEX #81E5EE Turquoise Blue

📋 copy color: '#81E5EE'

red 129 ◦ green 229 ◦ blue 238

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

Shades of Turquoise Blue #81E5EE

Tints of Turquoise Blue #81E5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 21.64%
G = 38.42%
B = 39.93%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81E5EE (or 0x81E5EE) is known color: Turquoise Blue. HEX triplet: 81, E5 and EE. RGB value is (129,229,238). Sum of RGB (Red+Green+Blue) = 129+229+238=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #81E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E5EE is #7E1A11. Grayscale: #C7C7C7. Windows color (decimal): -8264210 or 15656321. OLE color: 15656321.

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

Color convert

RGB 129 229 238 -
CMYK 0.46 0.04 0 0.07
HSL 184.95º 0.76% 0.72% -
HSV(B) 184.95º 0.46% 0.93% -
XYZ 52.51 66.88 91.03 -
YUV 200.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 129 229 238 0.46 0.04 0 0.07 184.95 0.76 0.72
Hex 81 E5 EE 2E 4 0 7 B9 4C 48
Octal 201 345 356 56 4 0 7 271 114 110
Binary 10000001 11100101 11101110 101110 100 0 111 10111001 1001100 1001000

Color Harmonies of #81E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E5EE

Black with #81E5EE

Text Example


Text Example

White with #81E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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