Html Css Color HEX #51ECE6 Turquoise

📋 copy color: '#51ECE6'

red 81 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #51ECE6

Tints of Turquoise #51ECE6

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 81 236 230 -
CMYK 0.66 0 0.03 0.07
HSL 177.68º 0.8% 0.62% -
HSV(B) 177.68º 0.66% 0.93% -
XYZ 47.67 67.45 85.37 -
YUV 188.97 151.15 50.99 -
System Red Green Blue C M Y K H S L
Decimal 81 236 230 0.66 0 0.03 0.07 177.68 0.8 0.62
Hex 51 EC E6 42 0 3 7 B2 50 3E
Octal 121 354 346 102 0 3 7 262 120 76
Binary 1010001 11101100 11100110 1000010 0 11 111 10110010 1010000 111110

Color Harmonies of #51ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECE6

Black with #51ECE6

Text Example


Text Example

White with #51ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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