Html Css Color HEX #51CDD1 Medium Turquoise

📋 copy color: '#51CDD1'

red 81 ◦ green 205 ◦ blue 209

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

Shades of Medium Turquoise #51CDD1

Tints of Medium Turquoise #51CDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.22%

R = 16.36%
G = 41.41%
B = 42.22%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51CDD1 (or 0x51CDD1) is known color: Medium Turquoise. HEX triplet: 51, CD and D1. RGB value is (81,205,209). Sum of RGB (Red+Green+Blue) = 81+205+209=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #51CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDD1 is #AE322E. Grayscale: #A8A8A8. Windows color (decimal): -11416111 or 13749585. OLE color: 13749585.

HSL color Cylindrical-coordinate representation of color #51CDD1: hue angle of 181.88º degrees, saturation: 0.58, 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 #51CDD1 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 205 209 -
CMYK 0.61 0.02 0 0.18
HSL 181.88º 0.58% 0.57% -
HSV(B) 181.88º 0.61% 0.82% -
XYZ 36.73 50.02 68.04 -
YUV 168.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 81 205 209 0.61 0.02 0 0.18 181.88 0.58 0.57
Hex 51 CD D1 3D 2 0 12 B6 3A 39
Octal 121 315 321 75 2 0 22 266 72 71
Binary 1010001 11001101 11010001 111101 10 0 10010 10110110 111010 111001

Color Harmonies of #51CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDD1

Black with #51CDD1

Text Example


Text Example

White with #51CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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