Html Css Color HEX #5ACEE8 Turquoise Blue

📋 copy color: '#5ACEE8'

red 90 ◦ green 206 ◦ blue 232

#5ACEE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5ACEE8

Tints of Turquoise Blue #5ACEE8

RGB

 RED value IS 90 (35.55% from 255) = 17.05%

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 232 (91.02% from 255) = 43.94%

R = 17.05%
G = 39.02%
B = 43.94%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5ACEE8 (or 0x5ACEE8) is known color: Turquoise Blue. HEX triplet: 5A, CE and E8. RGB value is (90,206,232). Sum of RGB (Red+Green+Blue) = 90+206+232=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #5ACEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEE8 is #A53117. Grayscale: #AEAEAE. Windows color (decimal): -10826008 or 15257178. OLE color: 15257178.

HSL color Cylindrical-coordinate representation of color #5ACEE8: hue angle of 190.99º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACEE8 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 206 232 -
CMYK 0.61 0.11 0 0.09
HSL 190.99º 0.76% 0.63% -
HSV(B) 190.99º 0.61% 0.91% -
XYZ 40.85 52.14 84.26 -
YUV 174.28 160.57 67.89 -
System Red Green Blue C M Y K H S L
Decimal 90 206 232 0.61 0.11 0 0.09 190.99 0.76 0.63
Hex 5A CE E8 3D B 0 9 BF 4C 3F
Octal 132 316 350 75 13 0 11 277 114 77
Binary 1011010 11001110 11101000 111101 1011 0 1001 10111111 1001100 111111

Color Harmonies of #5ACEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEE8

Black with #5ACEE8

Text Example


Text Example

White with #5ACEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,206,232); }

 H1.HeaderClassName
 {
   color: #5ACEE8;
 }
 .AnyTagClassName
 {
   color: #5ACEE8;
 }
</style>

background-color css

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

 a { background-color: rgb(90,206,232); }

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

border-color css

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

 span { border-color: rgb(90,206,232); }

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