Html Css Color HEX #51CDB7 Medium Turquoise

📋 copy color: '#51CDB7'

red 81 ◦ green 205 ◦ blue 183

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

Shades of Medium Turquoise #51CDB7

Tints of Medium Turquoise #51CDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.71%

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 17.27%
G = 43.71%
B = 39.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#51CDB7 (or 0x51CDB7) is known color: Medium Turquoise. HEX triplet: 51, CD and B7. RGB value is (81,205,183). Sum of RGB (Red+Green+Blue) = 81+205+183=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDB7 is #AE3248. Grayscale: #A5A5A5. Windows color (decimal): -11416137 or 12045649. OLE color: 12045649.

HSL color Cylindrical-coordinate representation of color #51CDB7: hue angle of 169.35º 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 #51CDB7 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 205 183 -
CMYK 0.60 0 0.11 0.20
HSL 169.35º 0.55% 0.56% -
HSV(B) 169.35º 0.6% 0.8% -
XYZ 33.77 48.83 52.45 -
YUV 165.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 81 205 183 0.60 0 0.11 0.20 169.35 0.55 0.56
Hex 51 CD B7 3C 0 B 14 A9 37 38
Octal 121 315 267 74 0 13 24 251 67 70
Binary 1010001 11001101 10110111 111100 0 1011 10100 10101001 110111 111000

Color Harmonies of #51CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDB7

Black with #51CDB7

Text Example


Text Example

White with #51CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,205,183); }

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

background-color css

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

 a { background-color: rgb(81,205,183); }

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

border-color css

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

 span { border-color: rgb(81,205,183); }

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