#50DFEE

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

Shades of Turquoise Blue #50DFEE

Tints of Turquoise Blue #50DFEE

Color information

#50DFEE (or 0x50DFEE) is unknown color: approx Turquoise Blue. HEX triplet: 50, DF and EE. RGB value is (80,223,238). Sum of RGB (Red+Green+Blue) = 80+223+238=541 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.79% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #50DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFEE is #AF2011. Grayscale: #B5B5B5. Windows color (decimal): -11477010 or 15654736. OLE color: 15654736.

HSL color Cylindrical-coordinate representation of color #50DFEE: hue angle of 185.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DFEE is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80223238-
CMYK0.660.0600.07
HSL185.7º82.29%62.35%-
HSV(B)185.7º66.39%93.33%-
XYZ45.1360.6590.22-
YUV181.95159.6255.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.79%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=14.79%
G=41.22%
B=43.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802232380.660.0600.07185.782.2962.35
Hex50DFEE42607ba523e
Octal12033735610260727212276
Binary1010000110111111110111010000101100111101110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,238); }

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

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

 a { background-color: rgb(80,223,238); }

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

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

 span { border-color: rgb(80,223,238); }

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