Html Css Color HEX #5ACBE0 Turquoise Blue

📋 copy color: '#5ACBE0'

red 90 ◦ green 203 ◦ blue 224

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

Shades of Turquoise Blue #5ACBE0

Tints of Turquoise Blue #5ACBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

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

R = 17.41%
G = 39.26%
B = 43.33%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5ACBE0 (or 0x5ACBE0) is known color: Turquoise Blue. HEX triplet: 5A, CB and E0. RGB value is (90,203,224). Sum of RGB (Red+Green+Blue) = 90+203+224=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ACBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBE0 is #A5341F. Grayscale: #ABABAB. Windows color (decimal): -10826784 or 14732122. OLE color: 14732122.

HSL color Cylindrical-coordinate representation of color #5ACBE0: hue angle of 189.4º 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 #5ACBE0 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 203 224 -
CMYK 0.60 0.09 0 0.12
HSL 189.4º 0.68% 0.62% -
HSV(B) 189.4º 0.6% 0.88% -
XYZ 39.03 50.27 78.17 -
YUV 171.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 90 203 224 0.60 0.09 0 0.12 189.4 0.68 0.62
Hex 5A CB E0 3C 9 0 C BD 44 3E
Octal 132 313 340 74 11 0 14 275 104 76
Binary 1011010 11001011 11100000 111100 1001 0 1100 10111101 1000100 111110

Color Harmonies of #5ACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBE0

Black with #5ACBE0

Text Example


Text Example

White with #5ACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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