Html Css Color HEX #5AD6CC Medium Turquoise

📋 copy color: '#5AD6CC'

red 90 ◦ green 214 ◦ blue 204

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

Shades of Medium Turquoise #5AD6CC

Tints of Medium Turquoise #5AD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 17.72%
G = 42.13%
B = 40.16%

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

#5AD6CC (or 0x5AD6CC) is known color: Medium Turquoise. HEX triplet: 5A, D6 and CC. RGB value is (90,214,204). Sum of RGB (Red+Green+Blue) = 90+214+204=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6CC is #A52933. Grayscale: #AFAFAF. Windows color (decimal): -10823988 or 13424218. OLE color: 13424218.

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

Color convert

RGB 90 214 204 -
CMYK 0.58 0 0.05 0.16
HSL 175.16º 0.6% 0.6% -
HSV(B) 175.16º 0.58% 0.84% -
XYZ 39.16 54.63 65.61 -
YUV 175.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 90 214 204 0.58 0 0.05 0.16 175.16 0.6 0.6
Hex 5A D6 CC 3A 0 5 10 AF 3C 3C
Octal 132 326 314 72 0 5 20 257 74 74
Binary 1011010 11010110 11001100 111010 0 101 10000 10101111 111100 111100

Color Harmonies of #5AD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD6CC

Black with #5AD6CC

Text Example


Text Example

White with #5AD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,214,204); }

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

background-color css

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

 a { background-color: rgb(90,214,204); }

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

border-color css

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

 span { border-color: rgb(90,214,204); }

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