Html Css Color HEX #51CCDD Medium Turquoise

📋 copy color: '#51CCDD'

red 81 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #51CCDD

Tints of Medium Turquoise #51CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 16.01%
G = 40.32%
B = 43.68%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51CCDD (or 0x51CCDD) is known color: Medium Turquoise. HEX triplet: 51, CC and DD. RGB value is (81,204,221). Sum of RGB (Red+Green+Blue) = 81+204+221=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #51CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCDD is #AE3322. Grayscale: #A8A8A8. Windows color (decimal): -11416355 or 14535761. OLE color: 14535761.

HSL color Cylindrical-coordinate representation of color #51CCDD: hue angle of 187.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 #51CCDD is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 204 221 -
CMYK 0.63 0.08 0 0.13
HSL 187.29º 0.67% 0.59% -
HSV(B) 187.29º 0.63% 0.87% -
XYZ 38.04 50.16 76.08 -
YUV 169.16 157.25 65.12 -
System Red Green Blue C M Y K H S L
Decimal 81 204 221 0.63 0.08 0 0.13 187.29 0.67 0.59
Hex 51 CC DD 3F 8 0 D BB 43 3B
Octal 121 314 335 77 10 0 15 273 103 73
Binary 1010001 11001100 11011101 111111 1000 0 1101 10111011 1000011 111011

Color Harmonies of #51CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CCDD

Black with #51CCDD

Text Example


Text Example

White with #51CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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