Html Css Color HEX #51EADA Turquoise

📋 copy color: '#51EADA'

red 81 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #51EADA

Tints of Turquoise #51EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 15.2%
G = 43.9%
B = 40.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#51EADA (or 0x51EADA) is known color: Turquoise. HEX triplet: 51, EA and DA. RGB value is (81,234,218). Sum of RGB (Red+Green+Blue) = 81+234+218=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #51EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EADA is #AE1525. Grayscale: #BABABA. Windows color (decimal): -11408678 or 14346833. OLE color: 14346833.

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

Color convert

RGB 81 234 218 -
CMYK 0.65 0 0.07 0.08
HSL 173.73º 0.78% 0.62% -
HSV(B) 173.73º 0.65% 0.92% -
XYZ 45.47 65.66 76.61 -
YUV 186.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 81 234 218 0.65 0 0.07 0.08 173.73 0.78 0.62
Hex 51 EA DA 41 0 7 8 AE 4E 3E
Octal 121 352 332 101 0 7 10 256 116 76
Binary 1010001 11101010 11011010 1000001 0 111 1000 10101110 1001110 111110

Color Harmonies of #51EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EADA

Black with #51EADA

Text Example


Text Example

White with #51EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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