Html Css Color HEX #51EDC7 Turquoise

📋 copy color: '#51EDC7'

red 81 ◦ green 237 ◦ blue 199

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

Shades of Turquoise #51EDC7

Tints of Turquoise #51EDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 15.67%
G = 45.84%
B = 38.49%

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

#51EDC7 (or 0x51EDC7) is known color: Turquoise. HEX triplet: 51, ED and C7. RGB value is (81,237,199). Sum of RGB (Red+Green+Blue) = 81+237+199=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDC7 is #AE1238. Grayscale: #BABABA. Windows color (decimal): -11407929 or 13102417. OLE color: 13102417.

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

Color convert

RGB 81 237 199 -
CMYK 0.66 0 0.16 0.07
HSL 165.38º 0.81% 0.62% -
HSV(B) 165.38º 0.66% 0.93% -
XYZ 43.99 66.44 64.54 -
YUV 186.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 81 237 199 0.66 0 0.16 0.07 165.38 0.81 0.62
Hex 51 ED C7 42 0 10 7 A5 51 3E
Octal 121 355 307 102 0 20 7 245 121 76
Binary 1010001 11101101 11000111 1000010 0 10000 111 10100101 1010001 111110

Color Harmonies of #51EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EDC7

Black with #51EDC7

Text Example


Text Example

White with #51EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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