Html Css Color HEX #3CD5C5 Medium Turquoise

📋 copy color: '#3CD5C5'

red 60 ◦ green 213 ◦ blue 197

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

Shades of Medium Turquoise #3CD5C5

Tints of Medium Turquoise #3CD5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 12.77%
G = 45.32%
B = 41.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#3CD5C5 (or 0x3CD5C5) is known color: Medium Turquoise. HEX triplet: 3C, D5 and C5. RGB value is (60,213,197). Sum of RGB (Red+Green+Blue) = 60+213+197=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD5C5 is #C32A3A. Grayscale: #A5A5A5. Windows color (decimal): -12790331 or 12965180. OLE color: 12965180.

HSL color Cylindrical-coordinate representation of color #3CD5C5: hue angle of 173.73º 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 #3CD5C5 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 213 197 -
CMYK 0.72 0 0.08 0.16
HSL 173.73º 0.65% 0.54% -
HSV(B) 173.73º 0.72% 0.84% -
XYZ 35.74 52.58 61.09 -
YUV 165.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 60 213 197 0.72 0 0.08 0.16 173.73 0.65 0.54
Hex 3C D5 C5 48 0 8 10 AE 41 36
Octal 74 325 305 110 0 10 20 256 101 66
Binary 111100 11010101 11000101 1001000 0 1000 10000 10101110 1000001 110110

Color Harmonies of #3CD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD5C5

Black with #3CD5C5

Text Example


Text Example

White with #3CD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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