#5ACCEB

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

Shades of Turquoise Blue #5ACCEB

Tints of Turquoise Blue #5ACCEB

Color information

#5ACCEB (or 0x5ACCEB) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CC and EB. RGB value is (90,204,235). Sum of RGB (Red+Green+Blue) = 90+204+235=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ACCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCEB is #A53314. Grayscale: #ADADAD. Windows color (decimal): -10826517 or 15453274. OLE color: 15453274.

HSL color Cylindrical-coordinate representation of color #5ACCEB: hue angle of 192.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACCEB is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90204235-
CMYK0.620.1300.08
HSL192.83º78.38%63.73%-
HSV(B)192.83º61.7%92.16%-
XYZ40.851.3686.36-
YUV173.45162.7368.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.01%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=17.01%
G=38.56%
B=44.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902042350.620.1300.08192.8378.3863.73
Hex5ACCEB3ED08c14e40
Octal1323143537615010301116100
Binary101101011001100111010111111101101010001100000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,204,235); }

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

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

 a { background-color: rgb(90,204,235); }

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

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

 span { border-color: rgb(90,204,235); }

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