Html Css Color HEX #51EAC2 Turquoise

📋 copy color: '#51EAC2'

red 81 ◦ green 234 ◦ blue 194

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

Shades of Turquoise #51EAC2

Tints of Turquoise #51EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.97%

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 15.91%
G = 45.97%
B = 38.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#51EAC2 (or 0x51EAC2) is known color: Turquoise. HEX triplet: 51, EA and C2. RGB value is (81,234,194). Sum of RGB (Red+Green+Blue) = 81+234+194=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EAC2 is #AE153D. Grayscale: #B7B7B7. Windows color (decimal): -11408702 or 12773969. OLE color: 12773969.

HSL color Cylindrical-coordinate representation of color #51EAC2: hue angle of 164.31º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EAC2 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 234 194 -
CMYK 0.65 0 0.17 0.08
HSL 164.31º 0.78% 0.62% -
HSV(B) 164.31º 0.65% 0.92% -
XYZ 42.55 64.49 61.24 -
YUV 183.69 133.81 54.75 -
System Red Green Blue C M Y K H S L
Decimal 81 234 194 0.65 0 0.17 0.08 164.31 0.78 0.62
Hex 51 EA C2 41 0 11 8 A4 4E 3E
Octal 121 352 302 101 0 21 10 244 116 76
Binary 1010001 11101010 11000010 1000001 0 10001 1000 10100100 1001110 111110

Color Harmonies of #51EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EAC2

Black with #51EAC2

Text Example


Text Example

White with #51EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,234,194); }

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

background-color css

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

 a { background-color: rgb(81,234,194); }

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

border-color css

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

 span { border-color: rgb(81,234,194); }

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