Html Css Color HEX #5ACDCB Medium Turquoise

📋 copy color: '#5ACDCB'

red 90 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #5ACDCB

Tints of Medium Turquoise #5ACDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 18.07%
G = 41.16%
B = 40.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#5ACDCB (or 0x5ACDCB) is known color: Medium Turquoise. HEX triplet: 5A, CD and CB. RGB value is (90,205,203). Sum of RGB (Red+Green+Blue) = 90+205+203=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDCB is #A53234. Grayscale: #AAAAAA. Windows color (decimal): -10826293 or 13356378. OLE color: 13356378.

HSL color Cylindrical-coordinate representation of color #5ACDCB: hue angle of 178.96º 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 #5ACDCB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 203 -
CMYK 0.56 0 0.01 0.20
HSL 178.96º 0.53% 0.58% -
HSV(B) 178.96º 0.56% 0.8% -
XYZ 36.83 50.15 64.24 -
YUV 170.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 90 205 203 0.56 0 0.01 0.20 178.96 0.53 0.58
Hex 5A CD CB 38 0 1 14 B3 35 3A
Octal 132 315 313 70 0 1 24 263 65 72
Binary 1011010 11001101 11001011 111000 0 1 10100 10110011 110101 111010

Color Harmonies of #5ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDCB

Black with #5ACDCB

Text Example


Text Example

White with #5ACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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