Html Css Color HEX #5ACBCD Medium Turquoise

📋 copy color: '#5ACBCD'

red 90 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #5ACBCD

Tints of Medium Turquoise #5ACBCD

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 90 203 205 -
CMYK 0.56 0.01 0 0.20
HSL 181.04º 0.53% 0.58% -
HSV(B) 181.04º 0.56% 0.8% -
XYZ 36.59 49.29 65.34 -
YUV 169.44 148.06 71.34 -
System Red Green Blue C M Y K H S L
Decimal 90 203 205 0.56 0.01 0 0.20 181.04 0.53 0.58
Hex 5A CB CD 38 1 0 14 B5 35 3A
Octal 132 313 315 70 1 0 24 265 65 72
Binary 1011010 11001011 11001101 111000 1 0 10100 10110101 110101 111010

Color Harmonies of #5ACBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBCD

Black with #5ACBCD

Text Example


Text Example

White with #5ACBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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