#50CEF8

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

Shades of Turquoise Blue #50CEF8

Tints of Turquoise Blue #50CEF8

Color information

#50CEF8 (or 0x50CEF8) is unknown color: approx Turquoise Blue. HEX triplet: 50, CE and F8. RGB value is (80,206,248). Sum of RGB (Red+Green+Blue) = 80+206+248=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #50CEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEF8 is #AF3107. Grayscale: #ACACAC. Windows color (decimal): -11481352 or 16305744. OLE color: 16305744.

HSL color Cylindrical-coordinate representation of color #50CEF8: hue angle of 195º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CEF8 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB80206248-
CMYK0.680.1700.03
HSL195º92.31%64.31%-
HSV(B)195º67.74%97.25%-
XYZ42.3252.6396.73-
YUV173.11170.2661.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.98%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 248 (97.27% from 255) = 46.44%
R=14.98%
G=38.58%
B=46.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal802062480.680.1700.0319592.3164.31
Hex50CEF8441103c35c40
Octal1203163701042103303134100
Binary101000011001110111110001000100100010111100001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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