Html Css Color HEX #3CD5C6 Medium Turquoise

📋 copy color: '#3CD5C6'

red 60 ◦ green 213 ◦ blue 198

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

Shades of Medium Turquoise #3CD5C6

Tints of Medium Turquoise #3CD5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 12.74%
G = 45.22%
B = 42.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#3CD5C6 (or 0x3CD5C6) is known color: Medium Turquoise. HEX triplet: 3C, D5 and C6. RGB value is (60,213,198). Sum of RGB (Red+Green+Blue) = 60+213+198=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD5C6 is #C32A39. Grayscale: #A5A5A5. Windows color (decimal): -12790330 or 13030716. OLE color: 13030716.

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

Color convert

RGB 60 213 198 -
CMYK 0.72 0 0.07 0.16
HSL 174.12º 0.65% 0.54% -
HSV(B) 174.12º 0.72% 0.84% -
XYZ 35.85 52.63 61.69 -
YUV 165.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 60 213 198 0.72 0 0.07 0.16 174.12 0.65 0.54
Hex 3C D5 C6 48 0 7 10 AE 41 36
Octal 74 325 306 110 0 7 20 256 101 66
Binary 111100 11010101 11000110 1001000 0 111 10000 10101110 1000001 110110

Color Harmonies of #3CD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD5C6

Black with #3CD5C6

Text Example


Text Example

White with #3CD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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