Html Css Color HEX #5AD5CF Medium Turquoise

📋 copy color: '#5AD5CF'

red 90 ◦ green 213 ◦ blue 207

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

Shades of Medium Turquoise #5AD5CF

Tints of Medium Turquoise #5AD5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 17.65%
G = 41.76%
B = 40.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#5AD5CF (or 0x5AD5CF) is known color: Medium Turquoise. HEX triplet: 5A, D5 and CF. RGB value is (90,213,207). Sum of RGB (Red+Green+Blue) = 90+213+207=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5CF is #A52A30. Grayscale: #AFAFAF. Windows color (decimal): -10824241 or 13620570. OLE color: 13620570.

HSL color Cylindrical-coordinate representation of color #5AD5CF: hue angle of 177.07º 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 #5AD5CF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 213 207 -
CMYK 0.58 0 0.03 0.16
HSL 177.07º 0.59% 0.59% -
HSV(B) 177.07º 0.58% 0.84% -
XYZ 39.27 54.27 67.44 -
YUV 175.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 90 213 207 0.58 0 0.03 0.16 177.07 0.59 0.59
Hex 5A D5 CF 3A 0 3 10 B1 3B 3B
Octal 132 325 317 72 0 3 20 261 73 73
Binary 1011010 11010101 11001111 111010 0 11 10000 10110001 111011 111011

Color Harmonies of #5AD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5CF

Black with #5AD5CF

Text Example


Text Example

White with #5AD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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