#51E3FF

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

Shades of Turquoise Blue #51E3FF

Tints of Turquoise Blue #51E3FF

Color information

#51E3FF (or 0x51E3FF) is unknown color: approx Turquoise Blue. HEX triplet: 51, E3 and FF. RGB value is (81,227,255). Sum of RGB (Red+Green+Blue) = 81+227+255=563 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.39% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #51E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E3FF is #AE1C00. Grayscale: #BABABA. Windows color (decimal): -11410433 or 16769873. OLE color: 16769873.

HSL color Cylindrical-coordinate representation of color #51E3FF: hue angle of 189.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51E3FF is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB81227255-
CMYK0.680.1100
HSL189.66º100%65.88%-
HSV(B)189.66º68.24%100%-
XYZ48.9163.91104.37-
YUV186.54166.6352.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.39%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 255 (100% from 255) = 45.29%
R=14.39%
G=40.32%
B=45.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812272550.680.1100189.6610065.88
Hex51E3FF44B00be6442
Octal1213433771041300276144102
Binary1010001111000111111111110001001011001011111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,227,255); }

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

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

 a { background-color: rgb(81,227,255); }

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

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

 span { border-color: rgb(81,227,255); }

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