Html Css Color HEX #51CDD0 Medium Turquoise

📋 copy color: '#51CDD0'

red 81 ◦ green 205 ◦ blue 208

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

Shades of Medium Turquoise #51CDD0

Tints of Medium Turquoise #51CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 16.4%
G = 41.5%
B = 42.11%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51CDD0 (or 0x51CDD0) is known color: Medium Turquoise. HEX triplet: 51, CD and D0. RGB value is (81,205,208). Sum of RGB (Red+Green+Blue) = 81+205+208=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #51CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDD0 is #AE322F. Grayscale: #A8A8A8. Windows color (decimal): -11416112 or 13684049. OLE color: 13684049.

HSL color Cylindrical-coordinate representation of color #51CDD0: hue angle of 181.42º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CDD0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 205 208 -
CMYK 0.61 0.01 0 0.18
HSL 181.42º 0.57% 0.57% -
HSV(B) 181.42º 0.61% 0.82% -
XYZ 36.61 49.97 67.39 -
YUV 168.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 81 205 208 0.61 0.01 0 0.18 181.42 0.57 0.57
Hex 51 CD D0 3D 1 0 12 B5 39 39
Octal 121 315 320 75 1 0 22 265 71 71
Binary 1010001 11001101 11010000 111101 1 0 10010 10110101 111001 111001

Color Harmonies of #51CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDD0

Black with #51CDD0

Text Example


Text Example

White with #51CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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