Html Css Color HEX #51D0DC Medium Turquoise

📋 copy color: '#51D0DC'

red 81 ◦ green 208 ◦ blue 220

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

Shades of Medium Turquoise #51D0DC

Tints of Medium Turquoise #51D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 15.91%
G = 40.86%
B = 43.22%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51D0DC (or 0x51D0DC) is known color: Medium Turquoise. HEX triplet: 51, D0 and DC. RGB value is (81,208,220). Sum of RGB (Red+Green+Blue) = 81+208+220=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #51D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0DC is #AE2F23. Grayscale: #ABABAB. Windows color (decimal): -11415332 or 14471249. OLE color: 14471249.

HSL color Cylindrical-coordinate representation of color #51D0DC: hue angle of 185.18º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D0DC is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 208 220 -
CMYK 0.63 0.05 0 0.14
HSL 185.18º 0.67% 0.59% -
HSV(B) 185.18º 0.63% 0.86% -
XYZ 38.87 52.03 75.7 -
YUV 171.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 81 208 220 0.63 0.05 0 0.14 185.18 0.67 0.59
Hex 51 D0 DC 3F 5 0 E B9 43 3B
Octal 121 320 334 77 5 0 16 271 103 73
Binary 1010001 11010000 11011100 111111 101 0 1110 10111001 1000011 111011

Color Harmonies of #51D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D0DC

Black with #51D0DC

Text Example


Text Example

White with #51D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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