Html Css Color HEX #5AD5CB Medium Turquoise

📋 copy color: '#5AD5CB'

red 90 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #5AD5CB

Tints of Medium Turquoise #5AD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

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

R = 17.79%
G = 42.09%
B = 40.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5AD5CB (or 0x5AD5CB) is known color: Medium Turquoise. HEX triplet: 5A, D5 and CB. RGB value is (90,213,203). Sum of RGB (Red+Green+Blue) = 90+213+203=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5CB is #A52A34. Grayscale: #AFAFAF. Windows color (decimal): -10824245 or 13358426. OLE color: 13358426.

HSL color Cylindrical-coordinate representation of color #5AD5CB: hue angle of 175.12º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5CB is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 213 203 -
CMYK 0.58 0 0.05 0.16
HSL 175.12º 0.59% 0.59% -
HSV(B) 175.12º 0.58% 0.84% -
XYZ 38.79 54.07 64.89 -
YUV 175.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 90 213 203 0.58 0 0.05 0.16 175.12 0.59 0.59
Hex 5A D5 CB 3A 0 5 10 AF 3B 3B
Octal 132 325 313 72 0 5 20 257 73 73
Binary 1011010 11010101 11001011 111010 0 101 10000 10101111 111011 111011

Color Harmonies of #5AD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5CB

Black with #5AD5CB

Text Example


Text Example

White with #5AD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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