Html Css Color HEX #5AC4CA Medium Turquoise

📋 copy color: '#5AC4CA'

red 90 ◦ green 196 ◦ blue 202

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

Shades of Medium Turquoise #5AC4CA

Tints of Medium Turquoise #5AC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 18.44%
G = 40.16%
B = 41.39%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5AC4CA (or 0x5AC4CA) is known color: Medium Turquoise. HEX triplet: 5A, C4 and CA. RGB value is (90,196,202). Sum of RGB (Red+Green+Blue) = 90+196+202=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AC4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC4CA is #A53B35. Grayscale: #A4A4A4. Windows color (decimal): -10828598 or 13288538. OLE color: 13288538.

HSL color Cylindrical-coordinate representation of color #5AC4CA: hue angle of 183.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC4CA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 196 202 -
CMYK 0.55 0.03 0 0.21
HSL 183.21º 0.51% 0.57% -
HSV(B) 183.21º 0.55% 0.79% -
XYZ 34.62 45.92 62.92 -
YUV 164.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 90 196 202 0.55 0.03 0 0.21 183.21 0.51 0.57
Hex 5A C4 CA 37 3 0 15 B7 33 39
Octal 132 304 312 67 3 0 25 267 63 71
Binary 1011010 11000100 11001010 110111 11 0 10101 10110111 110011 111001

Color Harmonies of #5AC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC4CA

Black with #5AC4CA

Text Example


Text Example

White with #5AC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,196,202); }

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

background-color css

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

 a { background-color: rgb(90,196,202); }

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

border-color css

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

 span { border-color: rgb(90,196,202); }

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