#50CEF5

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

Shades of Turquoise Blue #50CEF5

Tints of Turquoise Blue #50CEF5

Color information

#50CEF5 (or 0x50CEF5) is unknown color: approx Turquoise Blue. HEX triplet: 50, CE and F5. RGB value is (80,206,245). Sum of RGB (Red+Green+Blue) = 80+206+245=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #50CEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEF5 is #AF310A. Grayscale: #ACACAC. Windows color (decimal): -11481355 or 16109136. OLE color: 16109136.

HSL color Cylindrical-coordinate representation of color #50CEF5: hue angle of 194.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CEF5 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80206245-
CMYK0.670.1600.04
HSL194.18º89.19%63.73%-
HSV(B)194.18º67.35%96.08%-
XYZ41.8652.4494.3-
YUV172.77168.7661.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.07%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 245 (96.09% from 255) = 46.14%
R=15.07%
G=38.79%
B=46.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802062450.670.1600.04194.1889.1963.73
Hex50CEF5431004c25940
Octal1203163651032004302131100
Binary1010000110011101111010110000111000001001100001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50CEF5; }

 p { color: rgb(80,206,245); }

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

<style>
 a { background-color: #50CEF5; }

 a { background-color: rgb(80,206,245); }

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

<style>
 span { border-color: #50CEF5; }

 span { border-color: rgb(80,206,245); }

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