#51D4F2

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

Shades of Turquoise Blue #51D4F2

Tints of Turquoise Blue #51D4F2

Color information

#51D4F2 (or 0x51D4F2) is unknown color: approx Turquoise Blue. HEX triplet: 51, D4 and F2. RGB value is (81,212,242). Sum of RGB (Red+Green+Blue) = 81+212+242=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #51D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D4F2 is #AE2B0D. Grayscale: #B0B0B0. Windows color (decimal): -11414286 or 15914065. OLE color: 15914065.

HSL color Cylindrical-coordinate representation of color #51D4F2: hue angle of 191.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51D4F2 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81212242-
CMYK0.670.1200.05
HSL191.18º86.1%63.33%-
HSV(B)191.18º66.53%94.9%-
XYZ42.9655.2592.4-
YUV176.25165.160.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.14%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=15.14%
G=39.63%
B=45.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812122420.670.1200.05191.1886.163.33
Hex51D4F243C05bf563f
Octal121324362103140527712677
Binary10100011101010011110010100001111000101101111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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