Html Css Color HEX #51CCC1 Medium Turquoise

📋 copy color: '#51CCC1'

red 81 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #51CCC1

Tints of Medium Turquoise #51CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 16.95%
G = 42.68%
B = 40.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#51CCC1 (or 0x51CCC1) is known color: Medium Turquoise. HEX triplet: 51, CC and C1. RGB value is (81,204,193). Sum of RGB (Red+Green+Blue) = 81+204+193=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCC1 is #AE333E. Grayscale: #A5A5A5. Windows color (decimal): -11416383 or 12700753. OLE color: 12700753.

HSL color Cylindrical-coordinate representation of color #51CCC1: hue angle of 174.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CCC1 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 204 193 -
CMYK 0.60 0 0.05 0.2
HSL 174.63º 0.55% 0.56% -
HSV(B) 174.63º 0.6% 0.8% -
XYZ 34.61 48.79 58.04 -
YUV 165.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 81 204 193 0.60 0 0.05 0.2 174.63 0.55 0.56
Hex 51 CC C1 3C 0 5 14 AF 37 38
Octal 121 314 301 74 0 5 24 257 67 70
Binary 1010001 11001100 11000001 111100 0 101 10100 10101111 110111 111000

Color Harmonies of #51CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CCC1

Black with #51CCC1

Text Example


Text Example

White with #51CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,204,193); }

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

background-color css

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

 a { background-color: rgb(81,204,193); }

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

border-color css

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

 span { border-color: rgb(81,204,193); }

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