Html Css Color HEX #51D3CE Medium Turquoise

📋 copy color: '#51D3CE'

red 81 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #51D3CE

Tints of Medium Turquoise #51D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 16.27%
G = 42.37%
B = 41.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#51D3CE (or 0x51D3CE) is known color: Medium Turquoise. HEX triplet: 51, D3 and CE. RGB value is (81,211,206). Sum of RGB (Red+Green+Blue) = 81+211+206=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #51D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D3CE is #AE2C31. Grayscale: #ABABAB. Windows color (decimal): -11414578 or 13554513. OLE color: 13554513.

HSL color Cylindrical-coordinate representation of color #51D3CE: hue angle of 177.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D3CE is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 211 206 -
CMYK 0.62 0 0.02 0.17
HSL 177.69º 0.6% 0.57% -
HSV(B) 177.69º 0.62% 0.83% -
XYZ 37.83 52.79 66.59 -
YUV 171.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 81 211 206 0.62 0 0.02 0.17 177.69 0.6 0.57
Hex 51 D3 CE 3E 0 2 11 B2 3C 39
Octal 121 323 316 76 0 2 21 262 74 71
Binary 1010001 11010011 11001110 111110 0 10 10001 10110010 111100 111001

Color Harmonies of #51D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D3CE

Black with #51D3CE

Text Example


Text Example

White with #51D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,211,206); }

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

background-color css

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

 a { background-color: rgb(81,211,206); }

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

border-color css

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

 span { border-color: rgb(81,211,206); }

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