Html Css Color HEX #5AD7CB Medium Turquoise

📋 copy color: '#5AD7CB'

red 90 ◦ green 215 ◦ blue 203

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

Shades of Medium Turquoise #5AD7CB

Tints of Medium Turquoise #5AD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 17.72%
G = 42.32%
B = 39.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#5AD7CB (or 0x5AD7CB) is known color: Medium Turquoise. HEX triplet: 5A, D7 and CB. RGB value is (90,215,203). Sum of RGB (Red+Green+Blue) = 90+215+203=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7CB is #A52834. Grayscale: #B0B0B0. Windows color (decimal): -10823733 or 13358938. OLE color: 13358938.

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

Color convert

RGB 90 215 203 -
CMYK 0.58 0 0.06 0.16
HSL 174.24º 0.61% 0.6% -
HSV(B) 174.24º 0.58% 0.84% -
XYZ 39.3 55.09 65.06 -
YUV 176.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 90 215 203 0.58 0 0.06 0.16 174.24 0.61 0.6
Hex 5A D7 CB 3A 0 6 10 AE 3D 3C
Octal 132 327 313 72 0 6 20 256 75 74
Binary 1011010 11010111 11001011 111010 0 110 10000 10101110 111101 111100

Color Harmonies of #5AD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD7CB

Black with #5AD7CB

Text Example


Text Example

White with #5AD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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