#51CAD4

Color #51CAD4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #51CAD4

Tints of Medium Turquoise #51CAD4

Color information

#51CAD4 (or 0x51CAD4) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and D4. RGB value is (81,202,212). Sum of RGB (Red+Green+Blue) = 81+202+212=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #51CAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CAD4 is #AE352B. Grayscale: #A6A6A6. Windows color (decimal): -11416876 or 13945425. OLE color: 13945425.

HSL color Cylindrical-coordinate representation of color #51CAD4: hue angle of 184.58º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51CAD4 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81202212-
CMYK0.620.0500.17
HSL184.58º60.37%57.45%-
HSV(B)184.58º61.79%83.14%-
XYZ36.448.7469.78-
YUV166.96153.4166.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.36%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=16.36%
G=40.81%
B=42.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal812022120.620.0500.17184.5860.3757.45
Hex51CAD43E5011b93c39
Octal1213123247650212717471
Binary1010001110010101101010011111010101000110111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,202,212); }

 H1.HeaderClassName
 {
   color: #51CAD4;
 }
 .AnyTagClassName
 {
   color: #51CAD4;
 }
</style>
background-color css

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

 a { background-color: rgb(81,202,212); }

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

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

 span { border-color: rgb(81,202,212); }

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