Html Css Color HEX #5ACEE0 Turquoise Blue

📋 copy color: '#5ACEE0'

red 90 ◦ green 206 ◦ blue 224

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

Shades of Turquoise Blue #5ACEE0

Tints of Turquoise Blue #5ACEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 17.31%
G = 39.62%
B = 43.08%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5ACEE0 (or 0x5ACEE0) is known color: Turquoise Blue. HEX triplet: 5A, CE and E0. RGB value is (90,206,224). Sum of RGB (Red+Green+Blue) = 90+206+224=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ACEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEE0 is #A5311F. Grayscale: #ADADAD. Windows color (decimal): -10826016 or 14732890. OLE color: 14732890.

HSL color Cylindrical-coordinate representation of color #5ACEE0: hue angle of 188.06º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ACEE0 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 206 224 -
CMYK 0.60 0.08 0 0.12
HSL 188.06º 0.68% 0.62% -
HSV(B) 188.06º 0.6% 0.88% -
XYZ 39.74 51.7 78.41 -
YUV 173.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 90 206 224 0.60 0.08 0 0.12 188.06 0.68 0.62
Hex 5A CE E0 3C 8 0 C BC 44 3E
Octal 132 316 340 74 10 0 14 274 104 76
Binary 1011010 11001110 11100000 111100 1000 0 1100 10111100 1000100 111110

Color Harmonies of #5ACEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEE0

Black with #5ACEE0

Text Example


Text Example

White with #5ACEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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