Html Css Color HEX #5AC6CA Medium Turquoise

📋 copy color: '#5AC6CA'

red 90 ◦ green 198 ◦ blue 202

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

Shades of Medium Turquoise #5AC6CA

Tints of Medium Turquoise #5AC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 18.37%
G = 40.41%
B = 41.22%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5AC6CA (or 0x5AC6CA) is known color: Medium Turquoise. HEX triplet: 5A, C6 and CA. RGB value is (90,198,202). Sum of RGB (Red+Green+Blue) = 90+198+202=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AC6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC6CA is #A53935. Grayscale: #A6A6A6. Windows color (decimal): -10828086 or 13289050. OLE color: 13289050.

HSL color Cylindrical-coordinate representation of color #5AC6CA: hue angle of 182.14º 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 #5AC6CA is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 198 202 -
CMYK 0.55 0.02 0 0.21
HSL 182.14º 0.51% 0.57% -
HSV(B) 182.14º 0.55% 0.79% -
XYZ 35.07 46.83 63.07 -
YUV 166.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 90 198 202 0.55 0.02 0 0.21 182.14 0.51 0.57
Hex 5A C6 CA 37 2 0 15 B6 33 39
Octal 132 306 312 67 2 0 25 266 63 71
Binary 1011010 11000110 11001010 110111 10 0 10101 10110110 110011 111001

Color Harmonies of #5AC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC6CA

Black with #5AC6CA

Text Example


Text Example

White with #5AC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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