Html Css Color HEX #5ACEDC Turquoise Blue

📋 copy color: '#5ACEDC'

red 90 ◦ green 206 ◦ blue 220

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

Shades of Turquoise Blue #5ACEDC

Tints of Turquoise Blue #5ACEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 17.44%
G = 39.92%
B = 42.64%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ACEDC (or 0x5ACEDC) is known color: Turquoise Blue. HEX triplet: 5A, CE and DC. RGB value is (90,206,220). Sum of RGB (Red+Green+Blue) = 90+206+220=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ACEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEDC is #A53123. Grayscale: #ACACAC. Windows color (decimal): -10826020 or 14470746. OLE color: 14470746.

HSL color Cylindrical-coordinate representation of color #5ACEDC: hue angle of 186.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACEDC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 206 220 -
CMYK 0.59 0.06 0 0.14
HSL 186.46º 0.65% 0.61% -
HSV(B) 186.46º 0.59% 0.86% -
XYZ 39.21 51.48 75.58 -
YUV 172.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 90 206 220 0.59 0.06 0 0.14 186.46 0.65 0.61
Hex 5A CE DC 3B 6 0 E BA 41 3D
Octal 132 316 334 73 6 0 16 272 101 75
Binary 1011010 11001110 11011100 111011 110 0 1110 10111010 1000001 111101

Color Harmonies of #5ACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEDC

Black with #5ACEDC

Text Example


Text Example

White with #5ACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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