Html Css Color HEX #51EDC8 Turquoise

📋 copy color: '#51EDC8'

red 81 ◦ green 237 ◦ blue 200

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

Shades of Turquoise #51EDC8

Tints of Turquoise #51EDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.75%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 15.64%
G = 45.75%
B = 38.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#51EDC8 (or 0x51EDC8) is known color: Turquoise. HEX triplet: 51, ED and C8. RGB value is (81,237,200). Sum of RGB (Red+Green+Blue) = 81+237+200=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDC8 is #AE1237. Grayscale: #BABABA. Windows color (decimal): -11407928 or 13167953. OLE color: 13167953.

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

Color convert

RGB 81 237 200 -
CMYK 0.66 0 0.16 0.07
HSL 165.77º 0.81% 0.62% -
HSV(B) 165.77º 0.66% 0.93% -
XYZ 44.1 66.49 65.15 -
YUV 186.14 135.82 53.01 -
System Red Green Blue C M Y K H S L
Decimal 81 237 200 0.66 0 0.16 0.07 165.77 0.81 0.62
Hex 51 ED C8 42 0 10 7 A6 51 3E
Octal 121 355 310 102 0 20 7 246 121 76
Binary 1010001 11101101 11001000 1000010 0 10000 111 10100110 1010001 111110

Color Harmonies of #51EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EDC8

Black with #51EDC8

Text Example


Text Example

White with #51EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,237,200); }

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

background-color css

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

 a { background-color: rgb(81,237,200); }

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

border-color css

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

 span { border-color: rgb(81,237,200); }

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