#5ADEEE

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

Shades of Turquoise Blue #5ADEEE

Tints of Turquoise Blue #5ADEEE

Color information

#5ADEEE (or 0x5ADEEE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, DE and EE. RGB value is (90,222,238). Sum of RGB (Red+Green+Blue) = 90+222+238=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ADEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEEE is #A52111. Grayscale: #B8B8B8. Windows color (decimal): -10821906 or 15654490. OLE color: 15654490.

HSL color Cylindrical-coordinate representation of color #5ADEEE: hue angle of 186.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADEEE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90222238-
CMYK0.620.0700.07
HSL186.49º81.32%64.31%-
HSV(B)186.49º62.18%93.33%-
XYZ45.7760.5990.17-
YUV184.36158.2760.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.36%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=16.36%
G=40.36%
B=43.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902222380.620.0700.07186.4981.3264.31
Hex5ADEEE3E707ba5140
Octal13233635676707272121100
Binary1011010110111101110111011111011101111011101010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ADEEE; }

 p { color: rgb(90,222,238); }

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

<style>
 a { background-color: #5ADEEE; }

 a { background-color: rgb(90,222,238); }

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

<style>
 span { border-color: #5ADEEE; }

 span { border-color: rgb(90,222,238); }

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