#5ACDEE

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

Shades of Turquoise Blue #5ACDEE

Tints of Turquoise Blue #5ACDEE

Color information

#5ACDEE (or 0x5ACDEE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CD and EE. RGB value is (90,205,238). Sum of RGB (Red+Green+Blue) = 90+205+238=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ACDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDEE is #A53211. Grayscale: #AEAEAE. Windows color (decimal): -10826258 or 15650138. OLE color: 15650138.

HSL color Cylindrical-coordinate representation of color #5ACDEE: hue angle of 193.38º 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 #5ACDEE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90205238-
CMYK0.620.1400.07
HSL193.38º81.32%64.31%-
HSV(B)193.38º62.18%93.33%-
XYZ41.4852.0188.74-
YUV174.38163.967.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.89%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=16.89%
G=38.46%
B=44.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902052380.620.1400.07193.3881.3264.31
Hex5ACDEE3EE07c15140
Octal132315356761607301121100
Binary10110101100110111101110111110111001111100000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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