#50CFF5

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

Shades of Turquoise Blue #50CFF5

Tints of Turquoise Blue #50CFF5

Color information

#50CFF5 (or 0x50CFF5) is unknown color: approx Turquoise Blue. HEX triplet: 50, CF and F5. RGB value is (80,207,245). Sum of RGB (Red+Green+Blue) = 80+207+245=532 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.04% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #50CFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFF5 is #AF300A. Grayscale: #ADADAD. Windows color (decimal): -11481099 or 16109392. OLE color: 16109392.

HSL color Cylindrical-coordinate representation of color #50CFF5: hue angle of 193.82º 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 #50CFF5 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80207245-
CMYK0.670.1600.04
HSL193.82º89.19%63.73%-
HSV(B)193.82º67.35%96.08%-
XYZ42.152.9294.38-
YUV173.36168.4261.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.04%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=15.04%
G=38.91%
B=46.05%

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
Decimal802072450.670.1600.04193.8289.1963.73
Hex50CFF5431004c25940
Octal1203173651032004302131100
Binary1010000110011111111010110000111000001001100001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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