Html Css Color HEX #51CABB Medium Turquoise

📋 copy color: '#51CABB'

red 81 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #51CABB

Tints of Medium Turquoise #51CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 17.23%
G = 42.98%
B = 39.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#51CABB (or 0x51CABB) is known color: Medium Turquoise. HEX triplet: 51, CA and BB. RGB value is (81,202,187). Sum of RGB (Red+Green+Blue) = 81+202+187=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #51CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CABB is #AE3544. Grayscale: #A4A4A4. Windows color (decimal): -11416901 or 12307025. OLE color: 12307025.

HSL color Cylindrical-coordinate representation of color #51CABB: hue angle of 172.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CABB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 202 187 -
CMYK 0.60 0 0.07 0.21
HSL 172.56º 0.53% 0.55% -
HSV(B) 172.56º 0.6% 0.79% -
XYZ 33.48 47.58 54.43 -
YUV 164.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 81 202 187 0.60 0 0.07 0.21 172.56 0.53 0.55
Hex 51 CA BB 3C 0 7 15 AD 35 37
Octal 121 312 273 74 0 7 25 255 65 67
Binary 1010001 11001010 10111011 111100 0 111 10101 10101101 110101 110111

Color Harmonies of #51CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CABB

Black with #51CABB

Text Example


Text Example

White with #51CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,202,187); }

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

background-color css

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

 a { background-color: rgb(81,202,187); }

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

border-color css

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

 span { border-color: rgb(81,202,187); }

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