Html Css Color HEX #51CCDC Medium Turquoise

📋 copy color: '#51CCDC'

red 81 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #51CCDC

Tints of Medium Turquoise #51CCDC

RGB

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

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

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

R = 16.04%
G = 40.4%
B = 43.56%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51CCDC (or 0x51CCDC) is known color: Medium Turquoise. HEX triplet: 51, CC and DC. RGB value is (81,204,220). Sum of RGB (Red+Green+Blue) = 81+204+220=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #51CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCDC is #AE3323. Grayscale: #A8A8A8. Windows color (decimal): -11416356 or 14470225. OLE color: 14470225.

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

Color convert

RGB 81 204 220 -
CMYK 0.63 0.07 0 0.14
HSL 186.91º 0.67% 0.59% -
HSV(B) 186.91º 0.63% 0.86% -
XYZ 37.9 50.1 75.38 -
YUV 169.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 81 204 220 0.63 0.07 0 0.14 186.91 0.67 0.59
Hex 51 CC DC 3F 7 0 E BB 43 3B
Octal 121 314 334 77 7 0 16 273 103 73
Binary 1010001 11001100 11011100 111111 111 0 1110 10111011 1000011 111011

Color Harmonies of #51CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CCDC

Black with #51CCDC

Text Example


Text Example

White with #51CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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