Html Css Color HEX #5ACADC Turquoise Blue

📋 copy color: '#5ACADC'

red 90 ◦ green 202 ◦ blue 220

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

Shades of Turquoise Blue #5ACADC

Tints of Turquoise Blue #5ACADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.45%

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

R = 17.58%
G = 39.45%
B = 42.97%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ACADC (or 0x5ACADC) is known color: Turquoise Blue. HEX triplet: 5A, CA and DC. RGB value is (90,202,220). Sum of RGB (Red+Green+Blue) = 90+202+220=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ACADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACADC is #A53523. Grayscale: #AAAAAA. Windows color (decimal): -10827044 or 14469722. OLE color: 14469722.

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

Color convert

RGB 90 202 220 -
CMYK 0.59 0.08 0 0.14
HSL 188.31º 0.65% 0.61% -
HSV(B) 188.31º 0.59% 0.86% -
XYZ 38.26 49.58 75.26 -
YUV 170.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 90 202 220 0.59 0.08 0 0.14 188.31 0.65 0.61
Hex 5A CA DC 3B 8 0 E BC 41 3D
Octal 132 312 334 73 10 0 16 274 101 75
Binary 1011010 11001010 11011100 111011 1000 0 1110 10111100 1000001 111101

Color Harmonies of #5ACADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACADC

Black with #5ACADC

Text Example


Text Example

White with #5ACADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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