Html Css Color HEX #51DDCB Medium Turquoise

📋 copy color: '#51DDCB'

red 81 ◦ green 221 ◦ blue 203

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

Shades of Medium Turquoise #51DDCB

Tints of Medium Turquoise #51DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 16.04%
G = 43.76%
B = 40.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#51DDCB (or 0x51DDCB) is known color: Medium Turquoise. HEX triplet: 51, DD and CB. RGB value is (81,221,203). Sum of RGB (Red+Green+Blue) = 81+221+203=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDCB is #AE2234. Grayscale: #B1B1B1. Windows color (decimal): -11412021 or 13360465. OLE color: 13360465.

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

Color convert

RGB 81 221 203 -
CMYK 0.63 0 0.08 0.13
HSL 172.29º 0.67% 0.59% -
HSV(B) 172.29º 0.63% 0.87% -
XYZ 40.03 57.77 65.54 -
YUV 177.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 81 221 203 0.63 0 0.08 0.13 172.29 0.67 0.59
Hex 51 DD CB 3F 0 8 D AC 43 3B
Octal 121 335 313 77 0 10 15 254 103 73
Binary 1010001 11011101 11001011 111111 0 1000 1101 10101100 1000011 111011

Color Harmonies of #51DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DDCB

Black with #51DDCB

Text Example


Text Example

White with #51DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,221,203); }

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

background-color css

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

 a { background-color: rgb(81,221,203); }

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

border-color css

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

 span { border-color: rgb(81,221,203); }

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