#50D2FF

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

Shades of Turquoise Blue #50D2FF

Tints of Turquoise Blue #50D2FF

Color information

#50D2FF (or 0x50D2FF) is unknown color: approx Turquoise Blue. HEX triplet: 50, D2 and FF. RGB value is (80,210,255). Sum of RGB (Red+Green+Blue) = 80+210+255=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #50D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2FF is #AF2D00. Grayscale: #AFAFAF. Windows color (decimal): -11480321 or 16765520. OLE color: 16765520.

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

Color convert

RGB80210255-
CMYK0.690.1800
HSL195.43º100%65.69%-
HSV(B)195.43º68.63%100%-
XYZ44.455.02102.89-
YUV176.26172.4359.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.68%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 255 (100% from 255) = 46.79%
R=14.68%
G=38.53%
B=46.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802102550.690.1800195.4310065.69
Hex50D2FF451200c36442
Octal1203223771052200303144102
Binary10100001101001011111111100010110010001100001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,210,255); }

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

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

 a { background-color: rgb(80,210,255); }

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

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

 span { border-color: rgb(80,210,255); }

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