Html Css Color HEX #5ACDCD Medium Turquoise

📋 copy color: '#5ACDCD'

red 90 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #5ACDCD

Tints of Medium Turquoise #5ACDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 18%
G = 41%
B = 41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ACDCD (or 0x5ACDCD) is known color: Medium Turquoise. HEX triplet: 5A, CD and CD. RGB value is (90,205,205). Sum of RGB (Red+Green+Blue) = 90+205+205=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #5ACDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDCD is #A53232. Grayscale: #AAAAAA. Windows color (decimal): -10826291 or 13487450. OLE color: 13487450.

HSL color Cylindrical-coordinate representation of color #5ACDCD: hue angle of 180º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDCD is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 205 -
CMYK 0.56 0 0 0.20
HSL 180º 0.53% 0.58% -
HSV(B) 180º 0.56% 0.8% -
XYZ 37.07 50.24 65.5 -
YUV 170.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 90 205 205 0.56 0 0 0.20 180 0.53 0.58
Hex 5A CD CD 38 0 0 14 B4 35 3A
Octal 132 315 315 70 0 0 24 264 65 72
Binary 1011010 11001101 11001101 111000 0 0 10100 10110100 110101 111010

Color Harmonies of #5ACDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDCD

Black with #5ACDCD

Text Example


Text Example

White with #5ACDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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