Html Css Color HEX #51FCC5 Turquoise

📋 copy color: '#51FCC5'

red 81 ◦ green 252 ◦ blue 197

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

Shades of Turquoise #51FCC5

Tints of Turquoise #51FCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.55%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 15.28%
G = 47.55%
B = 37.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#51FCC5 (or 0x51FCC5) is known color: Turquoise. HEX triplet: 51, FC and C5. RGB value is (81,252,197). Sum of RGB (Red+Green+Blue) = 81+252+197=530 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.28% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCC5 is #AE033A. Grayscale: #C2C2C2. Windows color (decimal): -11404091 or 12975185. OLE color: 12975185.

HSL color Cylindrical-coordinate representation of color #51FCC5: hue angle of 160.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FCC5 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 252 197 -
CMYK 0.68 0 0.22 0.01
HSL 160.7º 0.97% 0.65% -
HSV(B) 160.7º 0.68% 0.99% -
XYZ 48.28 75.4 64.83 -
YUV 194.6 129.35 46.97 -
System Red Green Blue C M Y K H S L
Decimal 81 252 197 0.68 0 0.22 0.01 160.7 0.97 0.65
Hex 51 FC C5 44 0 16 1 A1 61 41
Octal 121 374 305 104 0 26 1 241 141 101
Binary 1010001 11111100 11000101 1000100 0 10110 1 10100001 1100001 1000001

Color Harmonies of #51FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCC5

Black with #51FCC5

Text Example


Text Example

White with #51FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,252,197); }

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

background-color css

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

 a { background-color: rgb(81,252,197); }

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

border-color css

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

 span { border-color: rgb(81,252,197); }

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