Html Css Color HEX #5ACDEC Turquoise Blue

📋 copy color: '#5ACDEC'

red 90 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #5ACDEC

Tints of Turquoise Blue #5ACDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 16.95%
G = 38.61%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ACDEC (or 0x5ACDEC) is known color: Turquoise Blue. HEX triplet: 5A, CD and EC. RGB value is (90,205,236). Sum of RGB (Red+Green+Blue) = 90+205+236=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ACDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDEC is #A53213. Grayscale: #ADADAD. Windows color (decimal): -10826260 or 15519066. OLE color: 15519066.

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

Color convert

RGB 90 205 236 -
CMYK 0.62 0.13 0 0.07
HSL 192.74º 0.79% 0.64% -
HSV(B) 192.74º 0.62% 0.93% -
XYZ 41.19 51.89 87.2 -
YUV 174.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 90 205 236 0.62 0.13 0 0.07 192.74 0.79 0.64
Hex 5A CD EC 3E D 0 7 C1 4F 40
Octal 132 315 354 76 15 0 7 301 117 100
Binary 1011010 11001101 11101100 111110 1101 0 111 11000001 1001111 1000000

Color Harmonies of #5ACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDEC

Black with #5ACDEC

Text Example


Text Example

White with #5ACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,205,236); }

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

background-color css

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

 a { background-color: rgb(90,205,236); }

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

border-color css

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

 span { border-color: rgb(90,205,236); }

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