#50CFE8

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

Shades of Turquoise Blue #50CFE8

Tints of Turquoise Blue #50CFE8

Color information

#50CFE8 (or 0x50CFE8) is unknown color: approx Turquoise Blue. HEX triplet: 50, CF and E8. RGB value is (80,207,232). Sum of RGB (Red+Green+Blue) = 80+207+232=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #50CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFE8 is #AF3017. Grayscale: #ABABAB. Windows color (decimal): -11481112 or 15257424. OLE color: 15257424.

HSL color Cylindrical-coordinate representation of color #50CFE8: hue angle of 189.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CFE8 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB80207232-
CMYK0.660.1100.09
HSL189.87º76.77%61.18%-
HSV(B)189.87º65.52%90.98%-
XYZ40.1952.1684.29-
YUV171.88161.9262.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.41%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 232 (91.02% from 255) = 44.70%
R=15.41%
G=39.88%
B=44.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802072320.660.1100.09189.8776.7761.18
Hex50CFE842B09be4d3d
Octal1203173501021301127611575
Binary101000011001111111010001000010101101001101111101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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