Html Css Color HEX #81E4EF Turquoise Blue

📋 copy color: '#81E4EF'

red 129 ◦ green 228 ◦ blue 239

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

Shades of Turquoise Blue #81E4EF

Tints of Turquoise Blue #81E4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.26%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 21.64%
G = 38.26%
B = 40.1%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81E4EF (or 0x81E4EF) is known color: Turquoise Blue. HEX triplet: 81, E4 and EF. RGB value is (129,228,239). Sum of RGB (Red+Green+Blue) = 129+228+239=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E4EF is #7E1B10. Grayscale: #C7C7C7. Windows color (decimal): -8264465 or 15721601. OLE color: 15721601.

HSL color Cylindrical-coordinate representation of color #81E4EF: hue angle of 186º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E4EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 228 239 -
CMYK 0.46 0.05 0 0.06
HSL 186º 0.77% 0.72% -
HSV(B) 186º 0.46% 0.94% -
XYZ 52.38 66.39 91.71 -
YUV 199.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 129 228 239 0.46 0.05 0 0.06 186 0.77 0.72
Hex 81 E4 EF 2E 5 0 6 BA 4D 48
Octal 201 344 357 56 5 0 6 272 115 110
Binary 10000001 11100100 11101111 101110 101 0 110 10111010 1001101 1001000

Color Harmonies of #81E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E4EF

Black with #81E4EF

Text Example


Text Example

White with #81E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,228,239); }

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

background-color css

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

 a { background-color: rgb(129,228,239); }

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

border-color css

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

 span { border-color: rgb(129,228,239); }

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