Html Css Color HEX #51DCCE Medium Turquoise

📋 copy color: '#51DCCE'

red 81 ◦ green 220 ◦ blue 206

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

Shades of Medium Turquoise #51DCCE

Tints of Medium Turquoise #51DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

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

R = 15.98%
G = 43.39%
B = 40.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#51DCCE (or 0x51DCCE) is known color: Medium Turquoise. HEX triplet: 51, DC and CE. RGB value is (81,220,206). Sum of RGB (Red+Green+Blue) = 81+220+206=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCCE is #AE2331. Grayscale: #B0B0B0. Windows color (decimal): -11412274 or 13556817. OLE color: 13556817.

HSL color Cylindrical-coordinate representation of color #51DCCE: hue angle of 173.96º 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 #51DCCE is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 220 206 -
CMYK 0.63 0 0.06 0.14
HSL 173.96º 0.67% 0.59% -
HSV(B) 173.96º 0.63% 0.86% -
XYZ 40.13 57.39 67.36 -
YUV 176.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 81 220 206 0.63 0 0.06 0.14 173.96 0.67 0.59
Hex 51 DC CE 3F 0 6 E AE 43 3B
Octal 121 334 316 77 0 6 16 256 103 73
Binary 1010001 11011100 11001110 111111 0 110 1110 10101110 1000011 111011

Color Harmonies of #51DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCCE

Black with #51DCCE

Text Example


Text Example

White with #51DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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