Html Css Color HEX #3CD5BA Medium Turquoise

📋 copy color: '#3CD5BA'

red 60 ◦ green 213 ◦ blue 186

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

Shades of Medium Turquoise #3CD5BA

Tints of Medium Turquoise #3CD5BA

RGB

 RED value IS 60 (23.83% from 255) = 13.07%

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 13.07%
G = 46.41%
B = 40.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#3CD5BA (or 0x3CD5BA) is known color: Medium Turquoise. HEX triplet: 3C, D5 and BA. RGB value is (60,213,186). Sum of RGB (Red+Green+Blue) = 60+213+186=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD5BA is #C32A45. Grayscale: #A4A4A4. Windows color (decimal): -12790342 or 12244284. OLE color: 12244284.

HSL color Cylindrical-coordinate representation of color #3CD5BA: hue angle of 169.41º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD5BA is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 213 186 -
CMYK 0.72 0 0.13 0.16
HSL 169.41º 0.65% 0.54% -
HSV(B) 169.41º 0.72% 0.84% -
XYZ 34.52 52.09 54.69 -
YUV 164.18 140.31 53.7 -
System Red Green Blue C M Y K H S L
Decimal 60 213 186 0.72 0 0.13 0.16 169.41 0.65 0.54
Hex 3C D5 BA 48 0 D 10 A9 41 36
Octal 74 325 272 110 0 15 20 251 101 66
Binary 111100 11010101 10111010 1001000 0 1101 10000 10101001 1000001 110110

Color Harmonies of #3CD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD5BA

Black with #3CD5BA

Text Example


Text Example

White with #3CD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CD5BA; }

 p { color: rgb(60,213,186); }

 H1.HeaderClassName
 {
   color: #3CD5BA;
 }
 .AnyTagClassName
 {
   color: #3CD5BA;
 }
</style>

background-color css

<style>
 a { background-color: #3CD5BA; }

 a { background-color: rgb(60,213,186); }

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

border-color css

<style>
 span { border-color: #3CD5BA; }

 span { border-color: rgb(60,213,186); }

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