Html Css Color HEX #51E2EC Turquoise Blue

📋 copy color: '#51E2EC'

red 81 ◦ green 226 ◦ blue 236

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

Shades of Turquoise Blue #51E2EC

Tints of Turquoise Blue #51E2EC

RGB

 RED value IS 81 (32.03% from 255) = 14.92%

 GREEN value IS 226 (88.67% from 255) = 41.62%

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

R = 14.92%
G = 41.62%
B = 43.46%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51E2EC (or 0x51E2EC) is known color: Turquoise Blue. HEX triplet: 51, E2 and EC. RGB value is (81,226,236). Sum of RGB (Red+Green+Blue) = 81+226+236=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #51E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E2EC is #AE1D13. Grayscale: #B7B7B7. Windows color (decimal): -11410708 or 15524433. OLE color: 15524433.

HSL color Cylindrical-coordinate representation of color #51E2EC: hue angle of 183.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51E2EC is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 226 236 -
CMYK 0.66 0.04 0 0.07
HSL 183.87º 0.8% 0.62% -
HSV(B) 183.87º 0.66% 0.93% -
XYZ 45.73 62.2 88.95 -
YUV 183.79 157.46 54.69 -
System Red Green Blue C M Y K H S L
Decimal 81 226 236 0.66 0.04 0 0.07 183.87 0.8 0.62
Hex 51 E2 EC 42 4 0 7 B8 50 3E
Octal 121 342 354 102 4 0 7 270 120 76
Binary 1010001 11100010 11101100 1000010 100 0 111 10111000 1010000 111110

Color Harmonies of #51E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E2EC

Black with #51E2EC

Text Example


Text Example

White with #51E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51E2EC; }

 p { color: rgb(81,226,236); }

 H1.HeaderClassName
 {
   color: #51E2EC;
 }
 .AnyTagClassName
 {
   color: #51E2EC;
 }
</style>

background-color css

<style>
 a { background-color: #51E2EC; }

 a { background-color: rgb(81,226,236); }

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

border-color css

<style>
 span { border-color: #51E2EC; }

 span { border-color: rgb(81,226,236); }

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