Html Css Color HEX #51E6EC Turquoise Blue

📋 copy color: '#51E6EC'

red 81 ◦ green 230 ◦ blue 236

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

Shades of Turquoise Blue #51E6EC

Tints of Turquoise Blue #51E6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.05%

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

R = 14.81%
G = 42.05%
B = 43.14%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51E6EC (or 0x51E6EC) is known color: Turquoise Blue. HEX triplet: 51, E6 and EC. RGB value is (81,230,236). Sum of RGB (Red+Green+Blue) = 81+230+236=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #51E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E6EC is #AE1913. Grayscale: #B9B9B9. Windows color (decimal): -11409684 or 15525457. OLE color: 15525457.

HSL color Cylindrical-coordinate representation of color #51E6EC: hue angle of 182.32º 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 #51E6EC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 230 236 -
CMYK 0.66 0.03 0 0.07
HSL 182.32º 0.8% 0.62% -
HSV(B) 182.32º 0.66% 0.93% -
XYZ 46.83 64.4 89.32 -
YUV 186.13 156.14 53.01 -
System Red Green Blue C M Y K H S L
Decimal 81 230 236 0.66 0.03 0 0.07 182.32 0.8 0.62
Hex 51 E6 EC 42 3 0 7 B6 50 3E
Octal 121 346 354 102 3 0 7 266 120 76
Binary 1010001 11100110 11101100 1000010 11 0 111 10110110 1010000 111110

Color Harmonies of #51E6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E6EC

Black with #51E6EC

Text Example


Text Example

White with #51E6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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