Html Css Color HEX #5ACEEB Turquoise Blue

📋 copy color: '#5ACEEB'

red 90 ◦ green 206 ◦ blue 235

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

Shades of Turquoise Blue #5ACEEB

Tints of Turquoise Blue #5ACEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 16.95%
G = 38.79%
B = 44.26%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ACEEB (or 0x5ACEEB) is known color: Turquoise Blue. HEX triplet: 5A, CE and EB. RGB value is (90,206,235). Sum of RGB (Red+Green+Blue) = 90+206+235=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ACEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEEB is #A53114. Grayscale: #AEAEAE. Windows color (decimal): -10826005 or 15453786. OLE color: 15453786.

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

Color convert

RGB 90 206 235 -
CMYK 0.62 0.12 0 0.08
HSL 192º 0.78% 0.64% -
HSV(B) 192º 0.62% 0.92% -
XYZ 41.28 52.31 86.52 -
YUV 174.62 162.07 67.64 -
System Red Green Blue C M Y K H S L
Decimal 90 206 235 0.62 0.12 0 0.08 192 0.78 0.64
Hex 5A CE EB 3E C 0 8 C0 4E 40
Octal 132 316 353 76 14 0 10 300 116 100
Binary 1011010 11001110 11101011 111110 1100 0 1000 11000000 1001110 1000000

Color Harmonies of #5ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEEB

Black with #5ACEEB

Text Example


Text Example

White with #5ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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